	   var isWindow=0;
	   function PopUp(PicName,PicW,PicH){
	     TitleC="Ennio Orsini Deco Studio";
	     var ScreenWidth=window.screen.width;
	     var ScreenHeight=window.screen.height;
	     var movefromedge=0;
	     placementx=(ScreenWidth/2)-((PicW)/2);
	     placementy=(ScreenHeight/2)-((PicH+50)/2);
	     if (isWindow==1){
	       WinPop.close();
	     }
	     WinPop=window.open("about:blank","ert","width="+PicW+",height="+PicH+",toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+",");
	     WinPop.document.open();
	     WinPop.document.write('<ht\ml><he\ad><title>'+TitleC+'</title></he\ad><bo\dy style="margin:0;overflow:hidden;"><bo\dy marginheight="0" marginwidth="0" style="margin-left :0;margin-top :0;margin-bottom :0;margin-right :0;"><f\orm><im\g src="'+PicName+'"></f\orm></bo\dy></ht\ml>');
	     WinPop.document.close();
	     WinPop.focus();
	     isWindow=1;
	   }
//-->
