function resizephoto(img){
  foto1= new Image();
  foto1.src=(img);
  controler(img);
}
function controler(img){
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(img);
  }
  else{
    funzione="controler('"+img+"')";
    intervallo=setTimeout(funzione,20);
  }
}
function viewFoto(img){
  largh=foto1.width+20;
  altez=foto1.height+20;
  stringa="width="+largh+",height="+altez;
  finestra=window.open(img,"300",stringa);
}
function affplan(page)
{
  newWindow=open(page,"plan",",width=633,height=396,status=yes,menubar=yes,scrollbars=yes,resizable=yes,left=0,top=0");
  newWindow.focus() ;
}

function ejs_nodroit()
	{
	alert('© Matine Pasquier');
	return(false);
	}

document.oncontextmenu = ejs_nodroit;

 function PopupImage(img) {

  
 w=open("",'image','weigth=toolbar=no,scrollbars=no,resizable=yes, width=600, height=600');
 w.document.write("<HTML>");
 w.document.write("<head>");
 w.document.write("<SCRIPT LANGUAGE=\"JavaScript\">");
 w.document.write("function ejs_nodroit()");
 w.document.write("{");
 w.document.write("alert(\'© Matine Pasquier\');");
 w.document.write("return(false);");
 w.document.write("}");
 w.document.write("document.oncontextmenu = ejs_nodroit;");
 w.document.write("</script>");

 w.document.write("<style type=\"text/css\">");
 w.document.write(" #peau { z-index: 1111; position: absolute; height: 100%; width: 100%; margin: 0px; padding: 0px; text-align: center; vertical-align: middle;} ");
 w.document.write("</style></head>");
 w.document.write("<BODY onblur=\"window.close();\" bgcolor=\"white\"><div id=\"peau\"><table width=\"100%\" height=\"100%\" border=\"0\"><tr><td align=\"center\"><a href=\"javascript:window.close();\"><img src=\"images/MatineSpace.png\" height=\"550\" border=\"0\" /></td></tr></table></div><table width=\"100%\" height=\"100%\" border=\"0\"><tr><td align=\"center\"><IMG src='"+img+"'>");
 w.document.write("</td></tr></table></BODY></HTML>");
 w.document.close();
 }

