function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}



// KYPRI
function ZoomPicture(pathPic) {

	i = new Image;

	i.src = pathPic;

	html = '<html><head><title>פרוייקט בנייה דירות חדשות בכפר סבא שרון - גבריאלי</title><script language="JavaScript"> var time = 30; function remind() { this.focus(); var real = time * 1000; setTimeout("remind()",real); } remind(); </script></head><body leftmargin=0 marginwidth=0 topmargin=0 marginheight=0><center><a href="" onClick="self.close();"><img src="'+pathPic+'" border=0 name="ZoomImage" onLoad="window.resizeTo(document.ZoomImage.width+12,document.ZoomImage.height+30)" alt="גבריאלי בנייה ויזמות בע&quot;מ"></center></body></html>';

	popupImage = window.open('','ZoomPicture','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1');

	popupImage.document.open();

	popupImage.document.write(html);

	popupImage.document.close();

}

