<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=35; // no quotes!!
XOffset=0;
staticYOffset=0; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#EEEEEE";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="32";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#DFB0C0";
linkTarget="_top";
linkAlign="Left";
barBGColor="#F7CE42";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=18; // no quotes!!
barText="Destinations"; // <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]=["Let's go there.."] //create header
ssmItems[1]=["Bangkok", "http://bangkok.baronbonk.com/", ""]
ssmItems[2]=["Phuket", "http://phuket.baronbonk.com/",""]
ssmItems[3]=["Samui", "http://samui.baronbonk.com/", ""]
ssmItems[4]=["Pattaya", "http://pattaya.baronbonk.com/", ""]
ssmItems[5]=["Other Thailand", "http://thailand.baronbonk.com/", ""]
ssmItems[6]=["Burma", "http://burma.baronbonk.com/", ""]
ssmItems[7]=["Cambodia", "http://cambodia.baronbonk.com/", ""]
ssmItems[8]=["Philippines", "http://philippines.baronbonk.com/", ""]
ssmItems[9]=["Vietnam", "http://vietnam.baronbonk.com/", ""]
ssmItems[10]=["Singapore", "http://singapore.baronbonk.com/", ""]

buildMenu();

//-->