<!--function openWindow(theURL,winName,features){	subwin = window.open(theURL,winName,features);	subwin.focus();}function dm(msgStr){	status=msgStr;	document.returnValue = true;}function close1(){	window.close();}-->