<!--

/*
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=15;
staticYOffset=30; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="66FFFF";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#000066";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="#000066";
linkOverBGColor="#000066";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000066";
barFontFamily="Arial";
barFontSize="3";
barFontColor="white";
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]=["Menu"] //create header
ssmItems[1]=["Home Page","index.html",""]
ssmItems[2]=["Website Development", "web_site_design.html", ""]
ssmItems[3]=["Web graphic design", "web_graphic_design.html",""]
ssmItems[4]=["3D Rendering & Animation", "3d_rendering.html", ""]
ssmItems[5]=["AutoCAD Programming & Instruction", "autocad_programming_and_instruction.html", ""]
ssmItems[6]=["->Weekly AutoCAD Tips", "weekly_autocad_tips.html", ""]
ssmItems[7]=["->Important AutoCAD Sites", "autocad_sites.html", ""]
ssmItems[8]=["->Free AutoCAD Lisp Routines", "free_autocad_lisp.html", ""]
ssmItems[9]=["     "]
ssmItems[10]=["->About Us", "privacy.html#About", ""]
ssmItems[11]=["->Site Map", "privacy.html#Map", ""]
ssmItems[12]=["->Terms of Use", "privacy.html#Terms", ""]
ssmItems[13]=["->Privacy Policy", "privacy.html#Privacy", "",]
ssmItems[14]=["Contact Us", "contact_us.html", ""]
ssmItems[15]=["Associates", "associates.php", ""]
ssmItems[16]=["Associates2", "associates2.php", ""]

buildMenu();

//-->