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","P47-Advocates.cfm?pageName=Home",,"go to P47 Advocates Home Page",1
	]);



	addmenu(menu=["about",
	,,190,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;About Us","P47-Advocates.cfm?pageName=About",,"go to P47 Advocates About Page",1
	]);



	addmenu(menu=["shop",
	,,190,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;Paper Doll Designs","P47-Advocates.cfm?pageName=product-index&pContentName=incGrannyDollProductIndex.cfm",,"go to P47 Advocates Products Page",1
	]);




   addmenu(menu=["features",
   ,,150,1,"",menustyle,,,,,,,,,,,,,,,
   ,"&nbsp;&nbsp;Message Boards","P47-Advocates.cfm?pageName=*NONE*&pContentName=incMessageBoardHome.cfm",,"go to P47 Advocates Newsletter Page",1
   ,"&nbsp;&nbsp;Guestbook","P47-Advocates.cfm?pageName=*NONE*&pContentName=_incGuestbookList.cfm",,"go to P47 Advocates Guestbook Page",1
   ,"&nbsp;&nbsp;Newsletter","P47-Advocates.cfm?pageName=*NONE*&pContentName=incNewsletterHome.cfm",,"go to P47 Advocates Newsletter Page",1
   ,"&nbsp;&nbsp;News","P47-Advocates.cfm?pageName=*NONE*&pContentName=incNewsTeaser.cfm",,"go to P47 Advocates Newsletter Page",1
   ,"&nbsp;&nbsp;FAQ","P47-Advocates.cfm?pageName=*NONE*&pContentName=incFAQHome.cfm",,"go to P47 Advocates Newsletter Page",1
   ,"&nbsp;&nbsp;Articles & Information","P47-Advocates.cfm?pageName=*NONE*&pContentName=incCommunityTipsTOC.cfm",,"go to P47 Advocates Newsletter Page",1
   ,"&nbsp;&nbsp;Useful Links","P47-Advocates.cfm?pageName=*NONE*&pContentName=incUsefulLinksHome.cfm",,"go to P47 Advocates Newsletter Page",1
   //,"&nbsp;&nbsp;Message Boards","P47-Advocates.cfm?pContentName=incMessageBoardHome.cfm&pageName=*NONE*",,"go to P47 Advocates Message Boards Page",1



	]);  

   addmenu(menu=["contact",
	,,150,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;Contact Information","P47-Advocates.cfm?pageName=Contact_Us",,"go to Contact page",1
	]);


dumpmenus()