/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
gauche5=5
haut5=50
target5 = '_self';

color51 = "#000000";
color52 = "#838383";
color53 = "#FFFFFF";

menu5titre = new Array;
menu5lien = new Array;

	menu5titre[0]= 'accueil'
	menu5lien[0]= 'http://www.naomi1.net/naomi-exhib-gratuit.htm'
	menu5titre[1]= 'aperçu'
	menu5lien[1]= 'http://naomi1.net/apercu/naomi.1.html'
	menu5titre[2]= 'PHOTO my new pics'
	menu5lien[2]= 'http://www.naomi1.net/aa/1-newsph.htm'
	menu5titre[3]= 'VIDEO my new movie'
	menu5lien[3]= 'http://www.naomi1.net/aa/1-newsvi.htm'
	menu5titre[4]= 'copines'
	menu5lien[4]= 'http://www.naomi1.net/autrevideo.htm'
	menu5titre[5]= 'forum'
	menu5lien[5]= 'http://www.naomi1.net/forum.htm'
	menu5titre[6]= 'email'
	menu5lien[6]= 'http://www.naomi1.net/maileur.php'
	menu5titre[7]= 'links'
	menu5lien[7]= 'http://www.naomi1.net/copine/pub.html'
	menu5titre[8]= 'presse'
	menu5lien[8]= 'http://www.naomi1.net/rebu/trib/trib.htm'
	menu5titre[9]= 'NaomiFull acces total'
	menu5lien[9]= 'http://www.naomi1.net/news-naomi-libertin.htm'
document.write('<STYLE TYPE="text/css">#menu5 { position:absolute;top:'+haut5+';left:'+gauche5+'; }</STYLE>');

ie4=document.all
ns6=document.getElementById&&!document.all
ns4=document.layers

function placeMenu5() {
if (ie4) {menu5.style.pixelTop=document.body.scrollTop+haut5}
else if (ns6) {document.getElementById("menu5").style.top=window.pageYOffset+haut5}
else if (ns4) {eval(document.menu5.top=eval(window.pageYOffset+haut5));}
if(ie4 || ns6 || ns4)
	setTimeout("placeMenu5()",1);
}

window.onload = placeMenu5;
document.write('<SPAN ID=menu5><table bgcolor=#000000 border=1 cellspacing=0 cellpadding=3 bordercolorlight=#000000 bordercolordark=#000000 WIDTH=150><TR>	<TD ALIGN=center><FONT FACE="Comic Sans MS" SIZE=3 COLOR=#FFFFFF><B>Menu</B></FONT></TD></TR>')
for(a=0;a<menu5lien.length;a++)
	{
	document.write('<TR><TD onMouseOut="this.style.background=\''+color51+'\'" onMouseOver="this.style.background=\''+color52+'\'" STYLE="cursor:pointer" onClick="window.open(\''+menu5lien[a]+'\',\''+target5+'\')"><FONT FACE="Comic Sans MS" SIZE=2><B><A HREF="'+menu5lien[a]+'" TARGET="'+target5+'" STYLE="text-decoration:none;color:'+color53+'">'+menu5titre[a]+'</A></B></FONT></TD></TR>');
	}
document.write('</TR></TABLE></SPAN>')
