menunum=0;menus=new Array();
_d=document;
function addmenu()
{
   menunum++;
   menus[menunum]=menu;
}
function dumpmenus()
{
   mt="<script language=javascript>";
   for(a=1;a<menus.length;a++)
   {
      mt+=" menu"+a+"=menus["+a+"];"
   }
   mt+="<\/script>";

   // alert( mt );
   _d.write(mt)
}

timegap=200;
followspeed=5;
followrate=40;
suboffset_top=10;
suboffset_left=10;

// Style Info
// 1. Font Color
// 2. Background Color
// 3. Selected Font Color
// 4. Selected Background Color
// 5. Border Color
// 6. ---
// 7.
// 8. 

menustyle=["003993","DEDEDD","FFFFFF","D91D29","003993",11,"normal","bold","Veranda, Arial",1,, ,"BDBDBF","F5F5F5"]


 
	addmenu(menu=["home",
	,,150,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;Home Page","Metal-Sculptures.cfm?p=Home",,"go to Home Page",1
	]);



	addmenu(menu=["about",
	,,190,1,"",menustyle,,,,,,,,,,,,,,,
   ,"&nbsp;&nbsp;The Crew","Metal-Sculptures.cfm?p=TheCrew",,"go to  About Page",1
   ,"&nbsp;&nbsp;Our Studio","Metal-Sculptures.cfm?p=OurStudio",,"go to  About Page",1
   ,"&nbsp;&nbsp;ASID","Metal-Sculptures.cfm?p=ASID",,"go to  About Page",1
   ,"&nbsp;&nbsp;Crossbow","Metal-Sculptures.cfm?p=Crossbow",,"go to  About Page",1
   ,"&nbsp;&nbsp;Behind The Scenes","Metal-Sculptures.cfm?p=Behind-The-Scenes",,"go to Areas Served Page",1
	,"&nbsp;&nbsp;Accolades","Metal-Sculptures.cfm?p=Accolades",,"go to Accolades Page",1
	,"&nbsp;&nbsp;Testimonials","Metal-Sculptures.cfm?p=Testimonials",,"go to Testimonials Page",1
	]);



	addmenu(menu=["applications",
	,,190,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;Sculpture Store","Metal-Sculptures.cfm?p=SculptureStore&c=incProductCategoryHome.cfm",,"go to Metal Sculptures Page",1
   ,"&nbsp;&nbsp;Order Form","Metal-Sculptures.cfm?p=OrderForm&amp;c=_incOrderForm.cfm",,"go to Automotive Page",1
   ,"&nbsp;&nbsp;How To Order","Metal-Sculptures.cfm?p=HowToOrder",,"go to Construction Page",1
   ,"&nbsp;&nbsp;Shipping Services","Metal-Sculptures.cfm?p=ShippingServices",,"go to Engineers Page",1
   ,"&nbsp;&nbsp;FAQ","Metal-Sculptures.cfm?p=*NONE*&pContentName=incFAQHome.cfm",,"go to  Newsletter Page",1
	]);


	addmenu(menu=["metals",
	,,190,1,"",menustyle,,,,,,,,,,,,,,,
   ,"&nbsp;&nbsp;Whats New?","Metal-Sculptures.cfm?p=*NONE*&pContentName=incNewsletterHome.cfm",,"go to Newsletter Page",1
   ,"&nbsp;&nbsp;Articles & Information","Metal-Sculptures.cfm?p=*NONE*&pContentName=incCommunityTipsTOC.cfm",,"go to Newsletter Page",1
   ,"&nbsp;&nbsp;Useful Links","Metal-Sculptures.cfm?p=*NONE*&pContentName=incUsefulLinksHome.cfm",,"go to  Newsletter Page",1
	]);




   addmenu(menu=["features",
   ,,150,1,"",menustyle,,,,,,,,,,,,,,,
   ,"&nbsp;&nbsp;Newsletter","Metal-Sculptures.cfm?p=*NONE*&pContentName=incNewsletterHome.cfm",,"go to Newsletter Page",1
   ,"&nbsp;&nbsp;News","Metal-Sculptures.cfm?p=*NONE*&pContentName=incNewsTeaser.cfm",,"go to  Newsletter Page",1
   ,"&nbsp;&nbsp;FAQ","Metal-Sculptures.cfm?p=*NONE*&pContentName=incFAQHome.cfm",,"go to  Newsletter Page",1
   ,"&nbsp;&nbsp;Articles & Information","Metal-Sculptures.cfm?p=*NONE*&pContentName=incCommunityTipsTOC.cfm",,"go to Newsletter Page",1
   ,"&nbsp;&nbsp;Useful Links","Metal-Sculptures.cfm?p=*NONE*&pContentName=incUsefulLinksHome.cfm",,"go to  Newsletter Page",1
   //,"&nbsp;&nbsp;Message Boards","Metal-Sculptures.cfm?pContentName=incMessageBoardHome.cfm&p=*NONE*",,"go to Message Boards Page",1



	]);  

   addmenu(menu=["contact",
	,,150,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;Contact Information","Metal-Sculptures.cfm?p=Contact_Us",,"go to Contact page",1
	]);


dumpmenus()