// script that contains the function used to launch and work with the object duplication popup.

function openPopupWindow( address )
{
	popupwindow = window.open( address, 'popupwindow', 'width=500, height=400, toolbar=no, location=no, directories=no, status=no, menubar=no, copyhistory=no');
}