<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=180; // no quotes!!
XOffset=0;
staticYOffset=170; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#0670B8";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#BFDBF4";
linkOverBGColor="#FFFFFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0670B8";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=44; // no quotes!!
barText="MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=[" INFO"] //create header
ssmItems[1]=["- Video 2008", "http://www.euflyvirtual.eu/video_2008.html", "_self"]
ssmItems[2]=["- Regolamento", "http://www.euflyvirtual.eu/reg20090915.php", "_self"]
ssmItems[3]=["- Iscrizione", "http://www.euflyvirtual.eu/apply.php", "_self"]
ssmItems[4]=["- La Flotta", "http://www.euflyvirtual.eu/fleet.php","_self"]
ssmItems[5]=["- Destinazioni", "http://www.euflyvirtual.eu/destita.php", "_self"]
ssmItems[6]=["- Volare Online", "http://www.euflyvirtual.eu/online.php", "_self"]
ssmItems[7]=[" AREA PILOTI"] //create header
ssmItems[8]=["- Flight Dispatch", "http://www.euflyvirtual.eu/main.php", "_blank"]
//ssmItems[9]=["- Forum", "http://www.euflyvirtual.eu/", "_blank"]
//ssmItems[11]=["- Upload", "http://www.euflyvirtual.eu/fileupload/upload.php", "_new"]
ssmItems[9]=[" EXTRA"] //create header
ssmItems[10]=["- Galleria", "http://www.euflyvirtual.eu/gallery.php", "_self"]
ssmItems[11]=["- Collegamenti", "http://www.euflyvirtual.eu/links.php", "_self"]
ssmItems[12]=[" CONTATTI"] //create header
ssmItems[13]=["- Amministratore", "mailto:roberto@euflyvirtual.eu", ""]
ssmItems[14]=["- Team", "mailto:team@euflyvirtual.eu", ""]

buildMenu();

//-->
