function ImgPopUp (string, width, height){
	eval('window.open(\'popupw.php?poza='+string+'\', \'ImgPopUpWin\', \'scrollbars=no, status=no, width=700, height=400, resizable=no\')');
}
	