_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FAA549"; // po najechaniu myszka 
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#333333"; // kolor czcionki w menu nie aktywnty
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="0";
padding=7;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#2c2c2c";
pagebgcolor="#F37E00"; // akualna strona
headercolor="#cccccc";
headerbgcolor="#cccccc";
subimage="inc/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=100)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Jakanie")){
style=menuStyle;
top=150;
left=window.width;
alwaysvisible=1;
overflow="noscroll";
aI("text=;");
aI("text=<b>Strona glówna;url=index.php;status=Strona glowna;");
aI("text=<b>Czym jest jakanie;url=index.php?iv=1;");
aI("text=<b>Terapia;showmenu=Terapia;");
//aI("text=<b>Stowarzyszenie;url=index.php?iv=10;");
aI("text=<b>O nas w prasie;url=index.php?iv=3;");
aI("text=<b>Zdjecia;url=index.php?iv=4;");
aI("text=<b>Galeria prac;url=index.php?iv=5;");
aI("text=<b>Download;url=index.php?iv=6;");
aI("text=<b>Linki;url=index.php?iv=7;");
aI("text=<b>Terminy terapii;url=index.php?iv=8;");
aI("text=      ;");
//aI("text=<b>Księga gości;url=javascript:noweW=window.open ('http://jakanie.znami.net/guestbook/jax_guestbook.php', 'Ksiega',  'width=500, height=screen.height, top=10, scrollbars=yes, left=20'); void (0);");
aI("text=<b>Kontakt;url=index.php?iv=9;");
}

with(milonic=new menuname("Terapia")){
style=menuStyle;
overflow="scroll";
aI("text=<b>o terapii;url=index.php?iv=21;");
aI("text=<b>przebieg terapii;url=index.php?iv=22;");
aI("text=<b>pacjenci o terapii;url=index.php?iv=23;");
aI("text=<b>gabinet;url=index.php?iv=24;");
aI("text=<b>osrodek;url=index.php?iv=25;");
aI("text=<b>artykul prof. Arutiunian;url=index.php?iv=14;");
}


drawMenus();

