<!--

/*
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="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="tahoma"; //menutext
hdrFontSize="2"; // font size of the text
hdrFontColor="white";
hdrBGColor="#810503";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="30";
linkFontFamily="tahoma"; //menutext
linkFontSize="2"; // font size of the text
linkBGColor="#DBBC7B"; // manubg color
linkOverBGColor="#810503"; // hover color link
linkTarget="_top";
linkAlign="Left";
barBGColor="#810503";
barFontFamily="tahoma"; //menutext
barFontSize="2"; // font size of the text
barFontColor="WHITE";
barVAlign="center";
barWidth=30; // no quotes!!
barText="SECTIONS"; // <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]=["SITE MENU"] //create header
ssmItems[1]=["CROCODILE PARK", "http://psdgroupph.com/index.php","_self"]
ssmItems[2]=["RIVER WALK GRILL", "http://riverwalk.psdgroupph.com/","_self"]
ssmItems[3]=["BUTTERFLY HOUSE", "http://butterflyhouse.psdgroupph.com","_self"]
ssmItems[4]=["WILD WATER RAFTING", "http://waterrafting.psdgroupph.com/","_self"]
ssmItems[5]=["RIVER FRONT", "http://corporatecity.psdgroupph.com/","_self"]
ssmItems[6]=["ZIP CITY", "http://zipcity.psdgroupph.com/","_self"]
ssmItems[7]=["VILLA PACITA", "http://villapacita.psdgroupph.com/","_self"]
ssmItems[8]=["183 Bar", "http://183bar.psdgroupph.com/","_self"]
ssmItems[9]=["PROJECT MAXIMA", "http://maxima.psdgroupph.com/","_self"]
ssmItems[10]=["AQUA FUN", "http://aquafun.psdgroupph.com/","_self"]
buildMenu();

//-->