<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=500; // no quotes!!
XOffset=0;
staticYOffset=20; // 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="no"; //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="#170088";
hdrBGColor="#CC0000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="PARTY MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////


if (IE) {
    XOffset = document.body.offsetWidth / 2 - 358 - 20
}


else {
    XOffset = window.innerWidth / 2 - 358 - 16
}


if (XOffset < 0) {
    XOffset = 0;
}

XOffset = 0;
YOffset = 0;


// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Rock Partyzani"] //create header
ssmItems[1]=["Novice", "Novice.htm", ""]
ssmItems[2]=["O bendu", "Obendu.htm", ""]
ssmItems[3]=["Fonogrami", "Fonogrami.htm", ""]
ssmItems[4]=["Galerija", "Galerija.htm", ""]
ssmItems[5]=["Kontakt", "Kontakt.htm", ""]
ssmItems[6]=["Povezave", "", ""] //create header

ssmItems[7]=["Zabukowski blog", "http://zabukowski.blog.siol.net", ""]
ssmItems[8]=["Planet Muzika", "http://www.planet-muzika.si", ""]
ssmItems[9]=["Starling", "http://www.starling.si", ""]
ssmItems[10]=["BAM Music", "http://www.bam-music.com",""]
ssmItems[11]=["Audio Pro", "http://www.audiopro.si", ""]
ssmItems[12]=["Agencija URAN", "http://www.agencijauran.com", ""]
//ssmItems[13]=["Dean Vivod", "http://www.deanvivod.com", ""]


//ssmItems[4]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//ssmItems[5]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

//ssmItems[6]=["External Links", "", ""] //create header
//ssmItems[7]=["JavaScript Kit", "http://www.javascriptkit.com", ""]
//ssmItems[8]=["Freewarejava", "http://www.freewarejava.com", ""]
//ssmItems[9]=["Coding Forums", "http://www.codingforums.com", ""]

buildMenu();


//-->