function openRequestedPopup (objTarget, picName, width, heigth) {
	var title = objTarget.alt.replace('.  сбекхвхрэ','');
	var WindowObjectReference = window.open('/images.php?pic='+picName+'&title='+title+'&new=yes', ('picName'+heigth), 'menubar=no, location=no, resizable=no, scrollbars=no, status=no, width=' + (width + 5) + ', height=' + (heigth + 20));
}
