// ajout de l'heure courante

function quelheure() {
	today = new Date(); 
	(d=today.getDate())<10 ? d='0'+d : d=d;
	(m=today.getMonth()+1)<10 ? m='0'+m : m=m;
	(y=today.getYear())<10 ? y='0'+y : y=y;
	(h=today.getHours())<10 ? h='0'+h : h=h;
	(i=today.getMinutes())<10 ? i='0'+i : i=i;
	document.write('<DIV Align="Center"><FONT Size="2">', d, '/', m, ' - ');
	document.write(h, 'h', i, '</FONT></DIV>'); 
}

// Ajouter en haut de chaque page

function entetepage() {
	testframe();
	document.writeln ('<A NAME="haut"></A><TABLE WIDTH=100% CELLPADDING=0 BORDER=0 CELLSPACING=0 >');
	document.writeln ('<TR><TD  width=200><A HREF="../index.html" TARGET="_top"><IMG SRC="../../commun/images/home.png" BORDER=0 alt="Accueil"></a>');
	document.writeln ('     <A HREF="../../index.html" TARGET="_top"><IMG SRC="../../francais/icoeng.gif" BORDER=0 WIDTH=32 HEIGHT=16 alt="I don t speak french !"></A></TD>');
	document.writeln ('<td ALIGN=center><A HREF="../progs/index.html" TITLE="Programmes Visual basic" TARGET="text">Programs</A>  ');
	document.writeln ('<A HREF="../activex/index.html" TITLE="ActiveX gratuits visual basic" TARGET="text">ActiveX</A>  ');
	document.writeln ('<A HREF="../exemples/index.html" TITLE="Mes sources" TARGET="text">Sources</A>  ');
	document.writeln ('<A HREF="../Outils/index.html" TITLE="Utilitaires indispensables" TARGET="text">Outils</A>  ');
	document.writeln ('<A HREF="../ico/index.html" TITLE="Collections d icones" TARGET="text">Icones</A>  ');
	document.writeln ('<A HREF="../autre/index.html" TITLE="Liens et autres" TARGET="text">Divers</A></td>');
	document.writeln ('<TD ALIGN=right width=100><A HREF="#tele"><IMG SRC="../../commun/images/telecharge.png" BORDER=0 alt="Télécharger"></A></TD>');
	document.writeln ('<TD ALIGN=right width=100><A HREF="#bas"><IMG SRC="../../commun/images/bas.png" BORDER=0 alt="Bas de page"></A></TD></TR></TABLE><HR>');
	goog();
}

// Ajouter en bas de chaque page

function piedpage() {
	google();
	document.writeln ('<A NAME="bas"><HR></A>');
	document.writeln ('<TABLE WIDTH=100% CELLPADDING=0 BORDER=0 CELLSPACING=0 >');
	document.writeln ('<TR><TD><A HREF="#haut"><IMG SRC="../../commun/images/haut.png" BORDER=0 WIDTH=19 HEIGHT=19 alt="Retour en haut"></A></TD>');
	document.writeln ('<TD ALIGN=center>');
	xiti();
	document.writeln ('</TD>');
	document.writeln ('<TD ALIGN=right><A HREF="#haut"><IMG SRC="../../commun/images/haut.png" BORDER=0 WIDTH=19 HEIGHT=19 alt="Retour en haut"></A></TD></TR></TABLE>');
	
}

function monbody(){
	document.write ('<LINK TYPE="text/CSS" rel="stylesheet" HREF="../style.css">');
	document.write ('<BODY BACKGROUND="../../commun/Menu/Background.png" BGPROPERTIES=FIXED BGCOLOR="#FFFFFF" TEXT="#000000">');
	}

function telecharge(){
	document.write ('<center><A NAME="tele"><IMG SRC="../../commun/images/zip48.png" BORDER=0 WIDTH=48 HEIGHT=48 ALIGN=middle>');
	document.write ('<IMG SRC="../../commun/images/espacement.png" BORDER=0 WIDTH=30 HEIGHT=1></A>');
	document.write ('<B>Zone de Téléchargement</B><IMG SRC="../../commun/images/espacement.png" BORDER=0 WIDTH=30 HEIGHT=1><IMG SRC="../../commun/images/zip48.png" BORDER=0 WIDTH=48 HEIGHT=48 ALIGN=middle></center>');
	}


function xiti()
{
hsh = new Date();
hsd = document;
hsi = '<a href="http://www.xiti.com/xiti.asp?s=13303" '
hsi += ' TARGET="_top"><img width="39" height="25" border=0 src="http://loga.xiti.com/hit.xiti?s=13303'
hsi += '&p=&hl=' + hsh.getHours() + 'x' + hsh.getMinutes() + 'x' + hsh.getSeconds();
if(parseFloat(navigator.appVersion)>=4)
{s=screen;hsi += '&r=' + s.width + 'x' + s.height + 'x' + s.pixelDepth + 'x' + s.colorDepth;}
hsd.writeln(hsi + '&ref=' + hsd.referrer.replace('&', '$') + '" alt="Mesurez votre audience"></a>');
}

function FocusText(BoxName)
{
if (BoxName.value == BoxName.defaultValue)
{
BoxName.value = '';
}
}
function BlurText(BoxName)
{
if (BoxName.value == '')
{
BoxName.value = BoxName.defaultValue;
}
}
function testframe()
{
if (parent.frames.length<=1) { window.top.location.href="../index.php?from="+document.URL; };
}



function google() 
{
google_ad_client = "pub-6317970287641093";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_channel ="";
google_ad_type = "text";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
document.writeln ('<script type="text/javascript"');
document.writeln ('  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">');
document.writeln ('</script>');
}


function goog() 
{
google_ad_client = "pub-6317970287641093";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al";
google_ad_channel ="";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
document.writeln ('<script type="text/javascript"');
document.writeln ('  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">');
document.writeln ('</script>');
}
