// JavaScript Document

function show_video(filename,width,height)
{
 document.write('<center><object type="application/x-shockwave-flash" data="flash/branche-homev2.swf?file='+filename+'" width="'+width+'" height="'+height+'" wmode="transparent" bgcolor="#ffffff"><param name="movie" value="flash/branche-homev2.swf?file='+filename+'"/><param name="bgcolor" value="#ffffff"/><param name="wmode" value="transparent"/></object></center>');
}

function popupcentree(page,largeur,hauteur,options)
{
var top=(screen.height-hauteur)/2;
var left=(screen.width-largeur)/2;
return window.open(page,"miniWindow","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}
function envoi()
{
 var myWindow;
 myWindow = popupcentree("identification.php",960,660,"menubar=no,scrollbars=no,statusbar=no");
 myWindow.focus();
 document.login_form.submit();
}


