/*
SCRIPT TROUVE L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
menuTexte=new Array();
menuLink=new Array();
menuTexte[0]= '<a href="http://pixelz.keuf.net/sn-h5.htm"><img src="http://pixexart.fr/strip/sn/starnaz.png" border="0"></a><a href="http://pixelz.keuf.net/dp-h4.htm"><img src="http://pixexart.fr/strip/sn/daftpunk.png" border="0"></a><br /><a href="http://pixelz.keuf.net/gta-h6.htm"><img src="http://pixexart.fr/strip/sn/gta.png" border="0"></a><a href="http://pixelz.keuf.net/sm-h7.htm"><img src="http://pixexart.fr/strip/sn/stickman.png" border="0"></a><br/><a href="http://pixelz.keuf.net/nt-h8.htm"><img src="http://pixexart.fr/strip/sn/nicktine.png" border="0"></a><a href="http://pixelz.keuf.net/tf-h9.htm"><img src="http://pixexart.fr/strip/sn/tf.png" border="0"></a><br/><a href="http://pixelz.keuf.net/lb-h11.htm"><img src="http://pixexart.fr/strip/sn/lb.png" border="0"></a><a href="http://pixelz.keuf.net/pq-h13.htm"><img src="http://pixexart.fr/strip/sn/pq.png" border="0"></a>';
menuLink[0]= '';

document.write('<div id="obj1" style="position:absolute;top:0px;left:0px;visibility:visible;background:"><table cellpadding="0" cellspacing="0" border="0" width="150" height="30"><TR>')
a = 0;
pourcent=20/menuTexte.length
while(a < menuTexte.length)
	{
	document.write('<td bgcolor="" align="left" valign="top" width="'+pourcent+'%"><font size="1" face="Verdana"><A HREF="'+menuLink[a]+'">'+menuTexte[a]+'</A></FONT></TD>');
	a++;
	}
document.write('</tr></table></div>');

	var div1 = document.getElementById("obj1").style;
	var objet;
		
	function placeObj(px,py) 
		{
	  	div1.left=px;
	  	div1.top=py;
	 	}

	function voirMenu() 
		{
	  	var posy;
	  	if (navigator.appName=="Microsoft Internet Explorer") 
			{
			offsety = document.body.scrollTop;
			offsetx = document.body.scrollLeft;
			}
	  	else 
			{
			offsety = window.pageYOffset;
			offsetx = window.pageXOffset;
			}
	  	placeObj(0,offsety);
		tempo = setTimeout("voirMenu()",50);
		}

if(document.getElementById)
	voirMenu();
