<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=50 // no quotes!!
waitTime=550; // 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=250; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="sans-serif";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#006600";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="sans-serif";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#fffcc";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="sans-serif";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="CLICK HERE FOR INFORMATION 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[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header



ssmItems[0]=["General"] //create header
ssmItems[1]=["Interesting links and information", "../information/links.htm", ""] 
ssmItems[2]=["Health and traveling", "../information/health.htm", ""]
ssmItems[3]=["Frequently asked questions", "../information/faq.htm", ""] 
ssmItems[4]=["Voluntary work in Phato-Thailand", "http://www.thaichilddevelopment.org/volunteer-work/index-volunteering.htm", ""] 

ssmItems[5]=["Thailand", "", ""] //create header
ssmItems[6]=["Ranong, province and city", "../information/ranong.htm", ""]
ssmItems[7]=["Phato municipility", "../information/phato.htm", ""] 






buildMenu();

//-->
//-->