<!--

function popWindowUV(url) {
	open(url, "_new","status=0,toolbar=1,menubar=1,scrollbars=1,resizable=1,width=638,height=570,left=20,screenX=20,top=20,screenY=20");
}


function popGBadd (url,ref) {
  win = "location=0,menubar=0,status=0,toolbar=0,scrollbars=1,resizable=1,width=638,height=585,left=20,screenX=20,top=20,screenY=20";
  open(url,ref,win);
}

-->

