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