var alertMessage = "To secure our content, ISAMIC JAWAL has disabled the right-click function within this site.";function click(e) {	if (document.all) {		if (event.button == 2) {			alert(alertMessage);			return false;		}	}	if (document.layers) {	if (e.which == 3) {		alert(alertMessage);		return false;		}	}}if (document.layers) {	document.captureEvents(Event.MOUSEDOWN);}document.onmousedown=click;function jsOpenWnd(id,path,filename,copyright){	stare = self	stare.status='ISLAMIC JAWAL';	self.name="mainWindow";	p="height=650, width=550, toolbar=no, directories=no, status=no,	scrollbars=yes,	resizable=yes, menubar=no";	hWnd=window.open('popup1.php?filename='+filename+'&&path='+path+'&&idFile='+id+'&&copyright='+copyright,"Hwnd",p);	hWnd.focus();	stare.status='ISLAMIC JAWAL';}function OpenDisclaimer(){	p="height=435,width=490,toolbar=no,	directories=no,	status=no,	scrollbars=yes,	resizable=no,menubar=no";	hWnd=window.open('disclaimer.php',"Hwnd",p);	hWnd.focus();}function checkselect(form){	if (form.compatibility.value=="")	{		alert("Select mobile model");		return false;	}	form.submit();	return true;}