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