// Hazem Functions
<!--
function popUp(URL){ //v3.0
//  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
//  if (restore) selObj.selectedIndex=0;

day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'fullscreen=0,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=400,left = 60,top = 60');");
}
function check()
{
	if(document.Search.Search.value=="")
	{
		alert("الرجاء إدخال كلمة البحث");
		Search.Search.focus();
		return false;
	}
}

<!--
function PopLinkRes(URL){ //v3.0
//  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
//  if (restore) selObj.selectedIndex=0;

day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'fullscreen=0,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=700,height=400,left = 60,top = 60');");
}
function PopLink(URL){ //v3.0
//  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
//  if (restore) selObj.selectedIndex=0;

day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'fullscreen=0,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=400,left = 60,top = 60');");
}
function MediaOpen(URL){ //v3.0
//  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
//  if (restore) selObj.selectedIndex=0;

day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'fullscreen=0,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=400,left = 60,top = 60');");
}
-->





