function popupimg(url,pop_width,pop_height)
{
        if (!pop_width) pop_width=758;
        if (!pop_height) pop_height=348;
	window.focus();
	param = "width=" + pop_width + ",height=" + pop_height + ",resizable=no,scrollbars=no;status=no;";
//	name += "_popup";
	window.open('/img.php?img='+url,'Галерея',param);
}
