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



