var win = null ;
var win2 = null ;

function lancePoster(URL3,Name3) {
var largeurFen3=screen.width;
var hauteurFen3=screen.height;
var xFen2=0;
var yFen2=0;
var Size="width="+largeurFen3+",height="+hauteurFen3+",scrollbars=yes,resizable=yes"+",screenX="+xFen2+",screenY=200,top="+yFen2+",left="+xFen2;

	titre="...::: Zoom POSTER DOCTORIALES BRETAGNE &copy; 2005:::...";
	w2=window.open(URL3,Name3,Size);
	w2.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");
	w2.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><IMG src='"+URL3+"'width="+(screen.width-30)+" border=1>");
	w2.document.write("");
	w2.document.write("</BODY></HTML>");
	w2.document.close();
	w2.focus();
}


function lanceVideo(URL,Name) {
var largeurFen=screen.width;
var hauteurFen=screen.height;
var xFen=0;
var yFen=0;
var Size="width="+largeurFen+",height="+hauteurFen+",scrollbars=no,resizable=no"+",screenX="+xFen+",screenY=200,top="+yFen+",left="+xFen;

	win=window.open(URL,Name,Size);
	win.focus();
}

function lanceVideoPresent(URL,Name) {
var largeurFen=1039;
var hauteurFen=783;
var xFen=0;
var yFen=0;
var Size="width="+largeurFen+",height="+hauteurFen+",scrollbars=no,resizable=no"+",screenX="+xFen+",screenY=200,top="+yFen+",left="+xFen;

	win=window.open(URL,Name,Size);
	win.focus();
}

function lancePopup(URL,Name) {
var largeurFen=screen.width;
var hauteurFen=screen.height;
var xFen=0;
var yFen=0;
var Size="width="+largeurFen+",height="+hauteurFen+",scrollbars=no,resizable=no"+",screenX="+xFen+",screenY=200,top="+yFen+",left="+xFen;

	win=window.open(URL,Name,Size);
	win.focus();
}

function lancePopupOld(URL2,Name2) {
var largeurFen2=screen.width;
var hauteurFen2=screen.height;
var xFen2=0;
var yFen2=0;
var Size="width="+largeurFen2+",height="+hauteurFen2+",scrollbars=yes,resizable=yes"+",screenX="+xFen2+",screenY=200,top="+yFen2+",left="+xFen2;

	titre="...::: DIAPORAMA - DOCTORIALES BRETAGNE &copy; 2005 :::...";
	w=window.open(URL2,'fenetre',Size);
	w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE><SCRIPT LANGUAGE=JavaScript src=script.js></script></HEAD>");
	w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");
	w.document.write("<object classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 	codebase=http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0 width=100% height=100% id=doctoriales align=middle><param name=allowScriptAccess value=always />");
	w.document.write("<param name=movie value='"+URL2+"' /><param name=quality value=high /><param name=bgcolor value=#ffffff />");
	w.document.write("<embed src='"+URL2+"' quality=high bgcolor=#ffffff width=100% height=100% name=doctoriales align=middle allowScriptAccess=always type=application/x-shockwave-flash pluginspage=http://www.macromedia.com/go/getflashplayer />");
	w.document.write("</BODY></HTML>");
	w.document.close();
	w.focus();
}


function maximizeWindow() {
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=="Netscape") {
   if (top.screenX>0 || top.screenY>0) top.moveTo(0,0);
   if (top.outerWidth < screen.availWidth)
      top.outerWidth=screen.availWidth;
   if (top.outerHeight < screen.availHeight) 
      top.outerHeight=screen.availHeight;
  }
  else {
   top.moveTo(-4,-4);
   top.resizeTo(screen.availWidth+8,screen.availHeight+8);
  }
 }
}

