Chem = "../"
function AffichePortail()
{
Cont = "<TABLE cellspacing='0' cellpadding='0' border=0 align='center' width=735><TR><TD rowspan='3'><a href='" + Chem + "accueil.htm'><img src='" + Chem + "img/logo.gif' width=190 height=102 border=0 alt='Magazine La France pittoresque. Revue de la petite Histoire de France'></a></TD><TD rowspan='3'><img src='transp.gif' width=15 height=1></TD><TD colspan='3'><img src='transp.gif' width=26 height=28><img src='" + Chem + "img/slogan.gif' width=445 height=22 vspace=2></TD></TR>"
Cont += "<TR align='center'><TD><img src='transp.gif' width=47 height=62></TD><TD><img src='transp.gif' width=470 height=1><br><IFRAME width=468 height=60 scrolling=NO noresize frameborder=0 border=0 marginwidth=0 marginheight=0 marginleft=0 margintop=0 leftmargin=0 topmargin=0 hspace=0 vspace=0 SRC='" + Chem + "pubmag.htm'></IFRAME></TD>"
Cont += "<TD bgcolor='#F3F2EB'><img src='transp.gif' width=13 height=1><br><img src='" + Chem + "img/pub.gif' width=7 height=32></TD></TR>"
Cont +="<TR><TD colspan='3'><table cellspacing='0' cellpadding='0' border=0><tr><td><img src='" + Chem + "img/defil1.gif' width=15 height=15></td><td align='center'><img src='transp.gif' width=499 height=1><br><font face='Verdana,Arial' style='font-size: 10px;'><MARQUEE loop=-1 scrollamount=2 align='bottom' width=490 height=10>Une REVUE TRIMESTRIELLE pour les amoureux de la PETITE HISTOIRE, truculente, piquante et vivante...</MARQUEE></font></td><td><img src='" + Chem + "img/defil2.gif' width=15 height=15></td></tr></table></TD></TR>"
Cont += "<TR><TD colspan='5'><img src='" + Chem + "ligneintro.gif' width=735 height=1><TD></TR><TR><TD colspan='5' background='" + Chem + "fondmenu.gif'><img src='transp.gif' width=735 height=80><TD></TR></TABLE>"
document.write(Cont)
}
date=new Date
date.setDate(date.getDate()+2)

function EcrireCookie2(nom, valeur)
{
var argv=EcrireCookie2.arguments;
var argc=EcrireCookie2.arguments.length;
var expires=(argc > 2) ? argv[2] : null;
var path=(argc > 3) ? argv[3] : null;
var domain=(argc > 4) ? argv[4] : null;
var secure=(argc > 5) ? argv[5] : false;
document.cookie=nom+"="+escape(valeur)+
((expires==null) ? "" : ("; expires="+expires.toGMTString()))+
((path==null) ? "" : ("; path="+path))+
((domain==null) ? "" : ("; domain="+domain))+
((secure==true) ? "; secure" : "");
window.location = "../commande.htm"
}

AffichePortail()