<!--function popUp(theURL,width,height,more) {	var popup=window.open(theURL,'popup','width='+width+',height='+height+','+more);	popup.focus();}function full(theURL) {var full = null;	if (window.screen) {		vars = 'titlebar=no,';		vars = vars + 'width=' + (window.screen.width-10) + ',height=' + (window.screen.height-50);		vars = vars + ',screenX=0,screenY=0,top=0,left=0';	}	full=window.open(theURL,'full',vars);	if (full != null) full.focus();}//-->