function openWindow(theURL,winName,features) {	window.open(theURL,winName,features);}function moveParent(url){	window.opener.document.location.href = url;	window.opener.focus();}