function PopupPic(sPicURL)
{
h=500;
w=500;
window.open(sPicURL,'Title','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,top='+Math.floor(screen.height/2-h/2)+',left='+Math.floor(screen.width/2-w/2)+',resizable=0,width='+w+',height='+h);
}

function Popup_term(Url)
{
	window.open(Url,"","height=400,width=466");
}
