/*
http://www.editeurjavascript.com
*/
gauche5=30
haut5=120
target5 = '_self';

color51 = "#AEAE5E";
color52 = "#000000";
color53 = "#FFFFFF";

menu5titre = new Array;
menu5lien = new Array;

	menu5titre[0]= 'home'
	menu5lien[0]= 'index.html'
	menu5titre[1]= 'gbv - lp'
	menu5lien[1]= 'gbvlp01.html'
	menu5titre[2]= 'gbv - ep'
	menu5lien[2]= 'gbvep01.html'
	menu5titre[3]= 'gbv - others tracks'
	menu5lien[3]= 'gbvsp01.html'
	menu5titre[4]= 'BOXES'
	menu5lien[4]= 'gbvbox.html'	
	menu5titre[5]= 'Robert Pollard'
	menu5lien[5]= 'bob-01.html'
	menu5titre[6]= 'Airport 5'
	menu5lien[6]= 'a5-01.html'
	menu5titre[7]= 'fading captain series'
	menu5lien[7]= 'fcs-01.html'
	menu5titre[8]= 'Tobin Sprout'
	menu5lien[8]= 'toby-01.html'
	menu5titre[9]= 'links'
	menu5lien[9]= 'link.html'
	menu5titre[10]= 'faq'
	menu5lien[10]= 'faq.html'

document.write('<STYLE TYPE="text/css">#menu5 { position:absolute;top:'+haut5+';left:'+gauche5+'; } #menu { font-family: Verdana; font-size: 8pt; }</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=#808040><tr><td><table bgcolor=#808040 border=0 cellspacing=2 cellpadding=0 WIDTH=150><TR><TD ALIGN=center><span id=menu><FONT COLOR=#FFFFFF><B>- GBVSONGBOOK -</B></FONT></span></TD></TR>')
for(a=0;a<menu5lien.length;a++)
	{
	document.write('<TR><TD align="right" bgcolor='+color53+' onMouseOut="this.style.background=\''+color53+'\'" onMouseOver="this.style.background=\''+color51+'\'" STYLE="cursor:hand" onClick="window.open(\''+menu5lien[a]+'\',\''+target5+'\')"><span id=menu><A HREF="'+menu5lien[a]+'" TARGET="'+target5+'" STYLE="text-decoration:none;color:'+color52+'">'+menu5titre[a]+' &lt;</A></span></TD></TR>');
	}
document.write('</table></TD></TR></TABLE></SPAN>')
