
function fenetreCent(url,nom,largeur,hauteur,options)
{
	popup=window.open(url,nom,"top="+(screen.height-hauteur)/2+",left="+(screen.width-largeur)/2+",width="+largeur+",height="+hauteur+","+options);
	return popup;
}

function fullscreen()
{
	window.moveTo(0,0); 
	if(window.document.all) window.resizeTo(screen.availWidth,screen.availHeight); 
	else
	{
		if(window.document.layers) 
		{ 
			if(window.outerHeight<screen.availHeight || window.outerWidth<screen.availWidth) 
			{ 
				window.outerHeight=screen.availHeight; 
				window.outerWidth=screen.availWidth; 
			}
		}
	}
}

function affichervideo3d()
{
	var popup=fenetreCent('','_blank',500,470,'toolbar=0,location=0,menuBar=0,scrollbars=0,resizable=0');
	popup.document.write('<html> <HEAD>	<TITLE>Présention 3D - Groupe MAURIN</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">');
	popup.document.write(' </HEAD> <BODY onblur="window.focus()" BACKGROUND="dsi/cd3d_fond.jpg"> <center> <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="1"> <TR ALIGN="center" VALIGN="middle"> <TD COLSPAN="3">');
	popup.document.write('<embed name="embed" src="dsi/cd3d.wmv" width="446" height="392" autostart="true" loop="true" align="middle" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"	id="objMP" animationatstart="true" autosize="true" balance="true" canseektomarkers="true" enablecontextmenu="false" enabletracker="true" showaudiocontrols="true" showcontrols="true" showdisplay="false" showgotobar="false" showpositioncontrols="false" showstatusbar="true"	showtracker="true" transparentatstart="true" volume="100" </embed>');
	var szLocation=window.document.location.href;
	if(szLocation.indexOf("www.bene-inox")==-1 && szLocation.indexOf("www.michaud-chailly")==-1 && szLocation.indexOf("www.emile-maurin")==-1) szLocation="http://www.emile-maurin.fr/telechargement/";
	else szLocation=szLocation.substr(0,szLocation.indexOf("/",8))+"/telechargement/";
	popup.document.write('<BR> <BR> <A HREF="#" onclick="if(window.opener && !window.opener.closed) window.opener.document.location.href=\''+szLocation+'\'; else window.open(\''+szLocation+'\',\'\',\'\'); window.close(); return false;">-> Recevoir gratuitement le CDROM 3D et nos catalogues <-</A>');
	popup.document.write('</TD></TR></TABLE></center>');
	popup.document.write('</BODY></html>');
	popup.document.close();
}