function open500x500(URL)
{
 var desktop = window.open(URL, "PopUp", "toolbar=yes,location=no,status=yes,menubar=no,scrollbars=yes,width=760,height=500,resizable=no");
}	



