gauche5=0;
haut5= 160;
target5 = '_self';

color51 = "#ffffff"; 
color52 = "#ffff00";
color53 = "#000000";

menu5titre = new Array;
menu5lien = new Array;

	menu5titre[0]= 'PROFESSIONE DJ'
	menu5lien[0]= 'http://www.djacademy.it/professionedj.htm'
	menu5titre[1]= 'CORSI ANIMATORI'
	menu5lien[1]= 'http://www.djacademy.it/professioneanimatore.htm'
	menu5titre[2]= 'CORSI INFORMATICA'
	menu5lien[2]= 'http://www.djacademy.it/informatica.htm'
	menu5titre[3]= 'CORSI ONLINE'
	menu5lien[3]= 'http://www.djacademy.it/school.htm'
	menu5titre[4]= 'SHOP DJ'
	menu5lien[4]= 'http://www.djacademy.it/djshop.htm'
        menu5titre[5]= 'SHOP VINILE'
	menu5lien[5]= 'http://www.djacademy.it/djshop.htm'
        menu5titre[6]= 'SHOP OFFERTE'
	menu5lien[6]= 'http://www.djacademy.it/djshop.htm'
        menu5titre[7]= 'SPETTACOLI'
	menu5lien[7]= 'http://www.djacademy.it/agency.htm'
        menu5titre[8]= 'LAVORA CON NOI'
	menu5lien[8]= 'http://www.djacademy.it/lavora.htm'
        menu5titre[9]= 'LINKS DOWNLOAD'
	menu5lien[9]= 'http://www.djacademy.it/links.htm'
        menu5titre[10]= 'POKER DANCE mp3 download'
	menu5lien[10]= 'http://www.djacademy.it/mp3/index.htm'
        menu5titre[11]= 'CONTATTI'
	menu5lien[11]= 'http://www.djacademy.it/contacts.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=#ffffff border=1 cellspacing=0 cellpadding=3 bordercolorlight=#000000 bordercolordark=#c6c6c6 WIDTH=106><TR>	<TD ALIGN=center bgcolor="#de5100"><FONT FACE="Arial" SIZE=2 COLOR=#ffffff><B>QuickMenu</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:hand" onClick="window.open(\''+menu5lien[a]+'\',\''+target5+'\')"><FONT FACE="Arial" SIZE=1><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>')



