function PopUp(url){
PopUpWindow = window.open(url,"window_name","left=0,top=0,screenX=0,screenY=0,width=500,height=425,toolbar=yes,location=yes,directories=yes,scrollbars=yes,menubar=yes,resizable=yes,status=yes");
}
