function ImgPopup (viewUrl, width, height){
	eval('window.open(\''+viewUrl+'\', \'ImgPopUpWin\', \'scrollbars=yes, status=no, width='+width+', height='+height+', top=0, left=0, resizable=yes\')');
}
	
function WinPopup (viewUrl, width, height){
	eval('window.open(\''+viewUrl+'\', \'WinPopUpWin\', \'scrollbars=yes, status=no, width='+width+', height='+height+', top=0, left=0, resizable=yes\')');
}
	
