<!--
/*document.write('<link rel="stylesheet" href="bullp.css" media="print">');
document.write('<link rel="stylesheet" href="/maquette-bullcom/cm/bull.css" media="screen">');*/


function nw(url)
{
nwin=window.open(url,"Newwindow","toolbar=yes,copyhistory=yes,location=yes,directories=yes,status=yes,menubar=yes,width=760,height=350,resizable=yes,scrollbars=yes");
focus();
}

function affdate()
{
  browserVer = parseInt(navigator.appVersion);
  if(  browserVer >= 2 )
  {
  	var now=new Date();
  	var mois=new Array (	"Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre");
	j=now.getDate();
	if (j==1)
	  j=j+"<sup>er</sup>";
	document.write(j+ " " + mois[now.getMonth()] + "<br>" + now.getFullYear());
	}
}

function recree_frameset(path)
{
//host=location.hostname;
host="http://www.bull.com/uk";
top.document.open();
top.document.write ("<HTML>");
top.document.write ("<HEAD>");
top.document.write ("<TITLE>Welcome to Bull Web site</TITLE>");
top.document.write ("</HEAD>");
top.document.write ("<frameset rows=\"45,*\" framespacing=0 border=0 frameborder=0 marginwidth=0 marginheight=0>");
top.document.write ("<FRAME SRC="+host+"/top/haut.html NAME=\"haut\" marginwidth=0 marginheight=0 scrolling=no noresize target=\"sommaire\">");
top.document.write ("<FRAMESET cols=\"135,*\" framespacing=0 border=0 frameborder=0>");
top.document.write ("<FRAMESET rows=\"70,*\" framespacing=0 border=0 frameborder=0 marginwidth=0 marginheight=0>");
top.document.write ("<FRAME NAME=\"country\" SRC="+host+"/java/frame_gh.html marginwidth=0 marginheight=0 scrolling=no noresize>");
top.document.write ("<FRAME NAME=\"common\" SRC="+host+"/nav.html marginwidth=0 marginheight=0 scrolling=auto noresize target=\"_self\">");
top.document.write ("</FRAMESET>");
top.document.write ("<frame name=\"page\" scrolling=auto frameborder=no src=\"\">");
top.document.write ("</FRAMESET>");
top.document.write ("</FRAMESET>");
top.document.write ("</HTML>");
top.frames.page.location.href=path;
top.document.close();
}

function recree_frameset_fr(path)
{
//host=location.hostname;
host="http://www.bull.com/fr";
top.document.open();
top.document.write ("<HTML>");
top.document.write ("<HEAD>");
top.document.write ("<TITLE>Bienvenue sur le site de Bull</TITLE>");
top.document.write ("</HEAD>");
top.document.write ("<frameset rows=\"45,*\" framespacing=0 border=0 frameborder=0 marginwidth=0 marginheight=0>");
top.document.write ("<FRAME SRC="+host+"/top/haut.html\" NAME=\"haut\" marginwidth=0 marginheight=0 scrolling=no noresize target=\"sommaire\">");
top.document.write ("<FRAMESET cols=\"135,*\" framespacing=0 border=0 frameborder=0>");
top.document.write ("<FRAMESET rows=\"70,*\" framespacing=0 border=0 frameborder=0 marginwidth=0 marginheight=0>");
top.document.write ("<FRAME NAME=\"country\" SRC="+host+"/java/frame_gh.html\" marginwidth=0 marginheight=0 scrolling=no noresize>");
top.document.write ("<FRAME NAME=\"common\" SRC="+host+"/nav.html\" marginwidth=0 marginheight=0 scrolling=auto noresize target=\"_self\">");
top.document.write ("</FRAMESET>");
top.document.write ("<frame name=\"page\" scrolling=auto frameborder=no src=\"\">");
top.document.write ("</FRAMESET>");
top.document.write ("</FRAMESET>");
top.document.write ("</HTML>");
top.frames.page.location.href=path;
top.document.close();
}


function test_frameset()
{
if (window == top) 
	{
	recree_frameset(document.URL);
	}

}

//-->

