document.writeln('<!DOCTYPE html PUBLIC "-\/\/W3C\/\/DTD XHTML 1.0 Strict\/\/EN" "http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-strict.dtd">\r\n<html>\r\n<head>\r\n	<link rel="stylesheet" type="text\/css" href="kit/menu_horizontal.css">\r\n\r\n\r\n<!-- dd menu -->\r\n<script type="text\/javascript">\r\n<!--\r\nvar timeout         = 500;\r\nvar closetimer		= 0;\r\nvar ddmenuitem      = 0;\r\n\r\n\/\/ open hidden layer\r\nfunction mopen(id)\r\n{	\r\n	\/\/ cancel close timer\r\n	mcancelclosetime();\r\n\r\n	\/\/ close old layer\r\n	if(ddmenuitem) ddmenuitem.style.visibility = \'hidden\';\r\n\r\n	\/\/ get new layer and show it\r\n	ddmenuitem = document.getElementById(id);\r\n	ddmenuitem.style.visibility = \'visible\';\r\n\r\n}\r\n\/\/ close showed layer\r\nfunction mclose()\r\n{\r\n	if(ddmenuitem) ddmenuitem.style.visibility = \'hidden\';\r\n}\r\n\r\n\/\/ go close timer\r\nfunction mclosetime()\r\n{\r\n	closetimer = window.setTimeout(mclose, timeout);\r\n}\r\n\r\n\/\/ cancel close timer\r\nfunction mcancelclosetime()\r\n{\r\n	if(closetimer)\r\n	{\r\n		window.clearTimeout(closetimer);\r\n		closetimer = null;\r\n	}\r\n}\r\n\r\n\/\/ close layer when click-out\r\ndocument.onclick = mclose; \r\n\/\/ -->\r\n<\/script>\r\n\r\n<\/head>\r\n<body>\r\n\r\n\r\n<ul id="sddm">\r\n    <li><a href="la_poste_avant_l_histoire.htm" onmouseover="mopen(\'m1\')" onmouseout="mclosetime()">Avant l\'histoire<\/a>\r\n		<div id="m1" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">\r\n\r\n		<\/div>\r\n		<\/li>\r\n	<li><a href="la_poste_perse.htm" onmouseover="mopen(\'m2\')" onmouseout="mclosetime()">Durant l\'antiquité<\/a>\r\n		<div id="m2" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">\r\n		<a href="la_poste_perse.htm">Poste Perse<\/a>\r\n		<a href="la_poste_grecque.htm">Poste Grecque<\/a>\r\n		<a href="la_poste_romaine.htm">Poste Romaine<\/a>\r\n		<\/div>\r\n	<\/li>\r\n	<li><a href="la_poste_des_rois_et_des_seigneurs.htm" onmouseover="mopen(\'m3\')" onmouseout="mclosetime()">Moyen-Age<\/a>\r\n		<div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">\r\n		<a href="la_poste_des_rois_et_des_seigneurs.htm">Poste du Roi<\/a>\r\n		<a href="la_poste_des_universites.htm">Poste des universités<\/a>\r\n		<a href="la_poste_des_couvents.htm">Poste des couvents<\/a>\r\n		<a href="la_poste_des_bouchers.htm">Poste des bouchers<\/a>\r\n		<\/div>\r\n	<\/li>\r\n	<li><a href="la_poste_aux_chevaux_louis_XI.htm" onmouseover="mopen(\'m4\')" onmouseout="mclosetime()">Epoque moderne<\/a>\r\n		<div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">\r\n				<a href="la_poste_aux_chevaux_louis_XI.htm">Poste aux chevaux - Louis XI<\/a>\r\n		<a href="la_poste_aux_lettres_Henri_IV.htm">Poste aux lettres - Henri IV<\/a>\r\n		<\/div>\r\n	<\/li>\r\n    <li><a href="#" onmouseover="mopen(\'m5\')" onmouseout="mclosetime()">En construction<\/a>\r\n		<div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">\r\n		<\/div>\r\n    <\/li>\r\n    <li>				<\/li>\r\n<\/ul>\r\n<div style="clear:both;"><\/div>\r\n\r\n<div style="clear:both;"><\/div>\r\n\r\n<\/body>\r\n<\/html>');
