//<? header('Content-Type: application/x-javascript'); ?>
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
//YOffset=246; // no quotes!!
YOffset=246;
XOffset=0;
//staticYOffset=30; // no quotes!!
staticYOffset=30; // 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="#808080";//"#aaaaaa";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=1;

hdrFontFamily="Verdana";
hdrFontSize="2";
hdrFontColor="#c71712";
hdrBGColor="#c2c6c4";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="17";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#DBE3DE";
linkOverBGColor="#DBE3DE"; //"#aaaaaa";
linkTarget="_top";
linkAlign="Left";
linkHeight="17";
barBGColor="#000f75";
barBGColorOut="#c2c6c4";
barChangeColor="yes";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white"; 
barVAlign="center";
barWidth=20; // no quotes!!
barText="M E N U"; // <IMG> tag supported. Put exact html for an image to show.

/////////////////////////////

ssmPreItemsLink="&nbsp;&nbsp;&nbsp;";
ssmPreItemsHdr="";

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["MENU"];
ssmItems[1]=["Strona główna", "index.php", ""] //create header
//ssmItems[2]=["Producent", "producent.php", ""] 
//ssmItems[3]=["PROGRAM"] 
//ssmItems[4]=["Program TV", "index.html", ""] 
 
//ssmItems[5]=["Archiwum", "2009.php", ""] 
//ssmItems[6]=["&nbsp;&nbsp;&nbsp;2009", "2009.php", ""] 
//ssmItems[7]=["&nbsp;&nbsp;&nbsp;2008", "2008.php", ""] 
//ssmItems[8]=["&nbsp;&nbsp;&nbsp;2007", "2007.php", ""] 

ssmItems[2]=["PROGRAM TV"] 
 
ssmItems[3]=["Program", "program.php", ""] 
ssmItems[4]=["Archiwum", "archiwum.php", ""] 
ssmItems[5]=["", " ", ""] 
ssmItems[6]=["", " ", ""] 
ssmItems[7]=["", " ", ""] 
ssmItems[8]=["", " ", ""]

ssmItems[9]=["", " ", ""] 
ssmItems[10]=["", " ", ""] 
ssmItems[11]=["", " ", ""] 
 
ssmItems[12]=["", " ", ""] 
ssmItems[13]=["", " ", ""] 
ssmItems[14]=["", " ", ""] 
 
ssmItems[15]=["", " ", ""] 
ssmItems[16]=["", " ", ""] 
ssmItems[17]=["", " ", ""] 
ssmItems[18]=["", " ", ""] 
 
buildMenu();

//-->