<!--

/*
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=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="blue";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#CB4435";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FFFFCC";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="center";
barBGColor="#CB4435";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="ZASOUVACÍ 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]=["Naše nabídka"] //create header

ssmItems[1]=["Naše organizace", "http://www.tmcentrum.cz/default/naše_organizace_TM.htm",""]
ssmItems[2]=["Výzkum", "http://www.tmcentrum.cz/default/vedecky_vyzkum_TM.htm", ""]
ssmItems[3]=["Nabídka", "http://www.tmcentrum.cz/default/nabidka.htm", ""]
ssmItems[4]=["Přístup ke vzdělávání", "http://www.tmcentrum.cz/default/prístup_ke_vzdelavani.htm", ""]

ssmItems[5]=["", "", "", 1, "no"] //create two column row
ssmItems[6]=["Email", "mailto:info@tmcentrum.cz", "",1]

ssmItems[7]=["External Links", "", ""] //create header
ssmItems[8]=["Executive Peak Performance", "http://americantmprofessionals.org/", ""]
ssmItems[9]=["The Brain Institute", "http://brainresearchinstitute.org/", ""]
ssmItems[10]=["Institute ISTPP", "http://www.istpp.org/", ""]
ssmItems[11]=["Maharishi University of Management", "http://mum.edu/welcome.html", ""]
ssmItems[12]=["Vedic Architecture", "http://vedicarchitecture.org/", ""]
ssmItems[13]=["Vastu Architecture", "http://www.vastu-vidya.org/de/", ""]
ssmItems[14]=["Maharishi Open University", "http://mou.org", ""]
ssmItems[15]=["Scientific Research", "http://www.alltm.org/research.html", "",1,"no"]//create two column row
ssmItems[16]=["Prezentace", "http://www.tmcentrum.cz/default/PP_Ved_vyzkumTM.htm", "",1]

buildMenu();

//-->