
function OpenNewWindow (theURL)
		{
		window.open(theURL, 'DetailWin', 'top=20,left=20,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=400,height=600');
		}