// JavaScript Document
<!--
function afp(img,l,h){
	var ht = h +30;
	newpage=open("",'afp','width='+l+',height='+ht+',toolbar=no,scrollbars=no,resizable=no');
	newpage.document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>");
	newpage.document.write("<html><head><title>AFP</title></head>");
	newpage.document.write("<BODY bgcolor='#003399' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
	newpage.document.write("<div align=center><img src='infographie/"+img+"' width='"+l+"' height='"+h+"'>");
	newpage.document.write("<a href =\"javascript:opener.location.href='credits.htm';window.close()\"><font size=2 color='#FFFFFF'>");
	newpage.document.write(" Tous droits  de reproduction et de représentation réservés. © 2006 Agence  France-Presse.</font></a></div>");
	newpage.document.write("\n<script language='javascript'><!-- \n");
	newpage.document.write("CM_CLIENT = 'france5';\n");
	newpage.document.write("CM_SECTION1 = 'france5_education_retro2006';\n");
	newpage.document.write("CM_RUBRIQUE = 'france5_education_retro2006_infographie';\n");
	newpage.document.write("// --></script>\n");
	newpage.document.write("<script language='javascript' src='http://js.cybermonitor.com/france5.js'>\n");
	newpage.document.write("</script>\n");
	newpage.document.write("<noscript>\n");
	newpage.document.write("<img src='http://stat3.cybermonitor.com/france5_v?R=france5_education_retro2006_infographie&S=total;france5_education_retro2006'>\n");
	newpage.document.write("</noscript>\n");
	newpage.document.write("</body></html>");
}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}


function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function video(file,vh,vl){
	var h = vh+60;
	var l = vl+40;
	newpage=open("",'afp','width='+l+',height='+h+',toolbar=no,scrollbars=no,resizable=no');
	newpage.document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>");
	newpage.document.write("<html><head><title>RETRO 2006</title></head>");
	newpage.document.write("<BODY bgcolor='#EFC55A' leftmargin='0' topmargin='20' marginwidth='0' marginheight='0'>");
	newpage.document.write("<table  align='center' width='100%'  border='0' cellspacing='0' cellpadding='0'><tr><td   align='center' >");

	newpage.document.write("<object id=RAOCX classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA height="+vh+" width="+vl+" align=middle>");
	newpage.document.write("<param name=controls value=ImageWindow>");
	newpage.document.write("<param name=console value=console>");
	newpage.document.write("<param name=src value=video/"+file+">");
	newpage.document.write("<param name=autostart value=true>");
	newpage.document.write("<embed type=audio/x-pn-realaudio-plugin controls=ImageWindow height="+vh+" width="+vl+" console=console autostart=true src=video/"+file+" name=video1></embed>");
	newpage.document.write("</OBJECT>");

	newpage.document.write("</td></tr><tr><td   align='center' >");
	newpage.document.write("<object id=RAOCX classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA height=20 width="+vl+" align=middle>");
	newpage.document.write("<param name=console value=console>");
	newpage.document.write("<param name=src value=video/"+file+">");
	newpage.document.write("<param name=controls value=StatusBar>");
	newpage.document.write("<embed type=audio/x-pn-realaudio-plugin controls=ImageWindow height="+vh+" width="+vl+" console=console autostart=true src=video/"+file+" name=video1></embed>");
	newpage.document.write("</OBJECT>");
	
	newpage.document.write("</td></tr></table>\n");
	
	newpage.document.write("<script language='javascript'><!-- \n");
	newpage.document.write("CM_CLIENT = 'france5';\n");
	newpage.document.write("CM_SECTION1 = 'france5_education_retro2006';\n");
	newpage.document.write("CM_RUBRIQUE = 'france5_education_retro2006_video';\n");
	newpage.document.write("// --></script>\n");
	newpage.document.write("<script language='javascript' src='http://js.cybermonitor.com/france5.js'>\n");
	newpage.document.write("</script>\n");
	newpage.document.write("<noscript>\n");
	newpage.document.write("<img src='http://stat3.cybermonitor.com/france5_v?R=france5_education_retro2006_video&S=total;france5_education_retro2006'>\n");
	newpage.document.write("</noscript>\n");

	newpage.document.write("</body></html>");


} 
function play()
{ 
document.real.DoPlay();
}
function pause()
{ 
document.real.DoPause();
}
function stop()
{ 
document.real.DoStop();
}

//-->


