<!--
YOffset=100; // no quotes!!
staticYOffset=0; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=50; // Szybkosc wysuwania/wsuwania menu
waitTime=250; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black"; // Kolor linii
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=44;
hdrFontFamily="Arial";
hdrFontSize="1,0";
hdrFontColor="black"; // Kolor czcionki
hdrBGColor="white"; // Było firebrick
hdrAlign="left";
hdrVAlign="center";
hdrHeight="39";
linkFontFamily="Verdana"; // Czcionka w menu
linkFontSize="2";  // Wielkość czcionki w menu
linkBGColor="white"; // Tło w menu
linkOverBGColor="black";  // Tło po najechaniu myszką
linkTarget="frame";
linkAlign="left";  // Wyrównanie tekstu w menu
barBGColor="white";  // Tło pod menu
barFontFamily="Courier New";  // Czcionka menu
barFontSize="2";  // Wielkość
barFontColor="black";  // Kolor czcionki
barVAlign="center";
barWidth=18; // wielkość ramki z napisem menu
barText='Menu' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
//addItem("Napis", "adres", "Gdzie?");
addHdr("m e n u");
addItem("News", "news.html", "frame");
addItem("O mnie", "ja.html", "frame");
addItem("Tapetki", "http://tdhp.fm.interia.pl/start/tapety.html", "frame");
addItem("Download", "http://pdhp.fm.interia.pl/start/programy.html", "frame");
addItem("mp3", "mp3.html", "frame");
//addItem("Opisy gg", "opisy.html", "frame");
addItem("Sondy", "sonda.html", "frame");
addItem("Księga gości", "ksiega.html", "frame");
addItem("For windows", "http://win1dhp.fm.interia.pl/start/windows.html", "frame");
addItem("Katalog", "http://kat1dhp.fm.interia.pl/start/katalog.html", "frame");
addItem("Humor", "http://hu1dhp.fm.interia.pl/start/humor.html", "frame");
addItem("Szablony", "http://sz1dhp.fm.interia.pl/start/szablon.html", "frame");
addItem("Reklama", "reklama.html", "frame");
//addItem("Stary layout", "#", "");
addItem("e-mail", "mailto:dealer_00@o2.pl", "");


buildMenu();
//-->
