<!--

/*
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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=110; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="1";
hdrFontColor="black";
hdrBGColor="#ffffff";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="yellow";
linkTarget="_top";
linkAlign="Left";
barBGColor="#B8BDFE";
barFontFamily="arial";
barFontSize="1";
barFontColor="BLACK";
barVAlign="center";
barWidth=20; // no quotes!!
barText="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]=["Taxes", "http://vailtech.com/vtax1.htm",""]
ssmItems[1]=["Water & Sewer", "http://vailtech.com/water1a.htm",""]
ssmItems[2]=["Integrated Cash", "http://vailtech.com/ic2.htm",""]
ssmItems[3]=["General Ledger", "http://vailtech.com/general ledger1.htm", ""]
ssmItems[4]=["Accounts Receivable", "http://vailtech.com/accounts receivable.htm", ""]
ssmItems[5]=["Accounts Payable", "http://vailtech.com/accounts payable.htm", ""]
ssmItems[6]=["Payroll", "http://vailtech.com/payroll2.htm", ""]
ssmItems[7]=["Purchasing", "http://vailtech.com/purchase.htm", ""]
ssmItems[8]=["Building Permits", "http://vailtech.com/building2.htm", ""]
ssmItems[9]=["Budgets", "http://vailtech.com/budgets.htm", ""]
ssmItems[10]=["Technology", "http://vailtech.com/tech1.htm", ""]
ssmItems[11]=["Services", "http://vailtech.com/services1.htm", ""]
ssmItems[12]=["Tax Sale", "http://vailtech.com/regsys.htm", ""]
ssmItems[13]=["Home", "index.htm", ""]

buildMenu();

//-->