
function PopIT(picname,x,y,scroll)
{  	var s1 =  "<html><head><TITLE>Al-Amthal for Software Consultancy - Bahrain</TITLE></head>";
	var s2 =  "<BODY BGCOLOR='FFFFFF' topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 onload='javascript:self.focus();'>";
	var s3 =  "<center><FORM><INPUT TYPE='BUTTON' VALUE='Close'" + "onClick='self.close()'>" +"</FORM></center></BODY></html>";
	popup = window.open("","popDialog","width=" + x + ",height=" + y + "," + scroll); 
	popup.document.write(s1);
	popup.document.write(s2);
	popup.document.write('<center><IMG SRC="' + picname +'" BORDER=0></center><br>');
	//popup.document.write(info);
	popup.document.write(s3);  
		popup.focus();
	popup.document.close();
}

/*function PopIT1(picname,x,y,scroll)
{  	var s1 =  "<html><head><TITLE>Al-Amthal for Software Consultancy - Bahrain</TITLE></head>";
	var s2 =  "<BODY BGCOLOR='FFFFFF' topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 onload='javascript:self.focus();'>";
	var s3 =  "<center><FORM><INPUT TYPE='BUTTON' VALUE='Close'" + "onClick='self.close()'>" +"</FORM></center></BODY></html>";
	popup = window.open("","popDialog","width=" + x + ",height=" + y + "," + scroll); 
	popup.document.write(s1);
	popup.document.write(s2);
	popup.document.write('<center><IMG SRC="' + picname +'" BORDER=0></center><br>');
	//popup.document.write(info);
	popup.document.write(s3);  
		popup.focus();
	popup.document.close();
}*/


