function Hejaz_Popup(theURL)
{
new_window = window.open(theURL,'HejazPopup','toolbar=1,location=0,status=0,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400');
new_window.focus();
}