<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="orange";
menuIsStatic="yes"; //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="1";
hdrFontColor="white";
hdrBGColor="FF,66,00";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="0.5";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="00,00,66";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="GOODIES"; // <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]=["Downloads"] //create header
ssmItems[1]=["Rodos Spring Flowers", "http://www.ialyssostravel.gr/Rodos_Spring_Flowers_by_Magreet.pdf", ""]
ssmItems[2]=["Rodos Beaches", "http://www.ialyssostravel.gr/Rodos_beaches.pdf",""]
ssmItems[3]=["Rodos Beaches 2", "http://www.ialyssostravel.gr/Rodos_beaches_2.pdf", ""]
ssmItems[4]=["Greek Name Days", "http://www.ialyssostravel.gr/Greek_Name_Days.pdf", ""]
ssmItems[5]=["Poster 1", "http://www.ialyssostravel.gr/Poster_1.pdf", ""]
ssmItems[6]=["Poster 2", "http://www.ialyssostravel.gr/Poster_2.pdf", ""]
ssmItems[7]=["Poster 3", "http://www.ialyssostravel.gr/Poster_3.pdf", ""]
ssmItems[8]=["Poster 4", "http://www.ialyssostravel.gr/Poster_4.pdf", ""]
ssmItems[9]=["Greek Recipes En", "http://www.ialyssostravel.gr/Greek_recipes_english.pdf", ""]
ssmItems[10]=["MAPS", "",]//create header
ssmItems[11]=["Island Map", "http://www.ialyssostravel.gr/map.pdf", ""]



buildMenu();

//-->