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