function popImageArabic(img,title)
{
	openIT('popImageArabic.aspx?img='+img + '&title=' + title,500,400);
}

function popImageEnglish(img,title)
{
	openIT('popImageEnglish.aspx?img='+img + '&title=' + title,500,400);
}

function openIT(u,W,H, sc) {
	window.open(u, '',"width="+W+",height="+H+",resizable=yes,scrollbars="+(sc ? "yes" : "no"));
}

function popImage_Admin(img,title)
{
	openIT('popImage.aspx?img='+img + '&title=' + title,500,400);
}
