<!-- 

/*
Script linktomen copyright Poisaya / YB
Copie autorisee si conservation de cette mention et lien dans votre page (http://www.poisaya.com)
Copy welcome if copyright Poisaya and link in your webpage (http://www.poisaya.com/)
*/


var pageHeight = 0;
// Firefox
if( window.innerHeight && window.scrollMaxY ) {
pageHeight = window.innerHeight + window.scrollMaxY;
}
// all but Explorer Mac
else if( document.body.scrollHeight > document.body.offsetHeight )
{
pageHeight = document.body.scrollHeight;
}
// works in Explorer 6 Strict, Mozilla (not FF) and Safari
else
{ pageHeight = document.body.offsetHeight + document.body.offsetTop; }


document.write('<div id="linktomenlayer">');

document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td valign="top" bgcolor="#dce318"><a href="http://www.education.gouv.fr" target="_blank" onmouseOver="window.status=\'Site du minist&egrave;re de l&#146;Education nationale\' ; return true" onMouseOut="window.status=\'\' ; return true"><img src="http://www.ac-orleans-tours.fr/rectorat/images/linktomen.gif" border="0" WIDTH="29" HEIGHT="161"></a></td><td valign="top"><img src="http://www.ac-orleans-tours.fr/rectorat/images/vide.gif" width="1" height="');

document.write(pageHeight);

document.write('"></td></tr></table>');

document.write('</div>');

// -->