<!--

/*
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=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=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="top";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0000C4";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=60; // no quotes!!
barText="Access Site 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]=["Astro Registry", "", ""] //create header
ssmItems[1]=["Astro Registry Home Page", "/index2.asp",""]
ssmItems[2]=["AB Land Title Searches", "/htmls/alta.asp", ""]
ssmItems[3]=["Birth Marriage & Death Certificates", "/htmls/Birth.asp", ""]
ssmItems[4]=["Corp Registry Searches", "/htmls/Corp.asp", ""]
ssmItems[5]=["Knowledge Driver Testing", "/htmls/Tests.asp", ""]
ssmItems[6]=["Marriage Licence", "/htmls/Marriage.asp", ""]
ssmItems[7]=["Personal Property Searches (Liens)", "/htmls/Personal.asp", ""]
ssmItems[8]=["Vehicle Registration", "/htmls/vehicle.asp", ""]
ssmItems[9]=["Other Services", "/htmls/Other.asp", ""]
ssmItems[10]=["Download Doc's", "/htmls/Downloadable_Doc.asp", ""]
ssmItems[11]=["Office Hours", "/htmls/Hours2.asp", ""]
ssmItems[12]=["Disclaimer", "/htmls/Disclaimer.asp", ""]
ssmItems[13]=["About Astro", "/htmls/About2.asp", ""]
ssmItems[14]=["Contact Us", "/htmls/Email2.asp", ""]
ssmItems[15]=["E-Mail Us", "mailto:astroreg@astro-insurance.com", ""]
ssmItems[16]=["Our Address", "/htmls/Address2.asp", ""]

ssmItems[17]=["Astro Insurance"] //create header
ssmItems[18]=["Goto: Astro Insurance Home Page", "/index0.asp",""]
buildMenu();

//-->
