// PopUp Openerfunction openPopUp(theURL) {	/*	if(navigator.userAgent.search('MSIE') != -1)		var w = 450;	else		var w = 470;	*/	mywin = window.open(theURL,"Popup","width=450,height=350");	mywin.focus();}  
