/*
DHTML Menu version 3.3.19
Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
*/

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE.

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>";_d.write(mt)}

//Please leave the above line intact.
// Editable properties START here //
// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=3)"
}
else
{
effect = "Shadow(color='#777777', Direction=135, Strength=3)" // Stop IE5.5 bug when using more than one filter
}

// ALL MENU :: GENERAL SETTINGS

timegap=500				// Time delay to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=5;		// Sub menu offset Top position 
suboffset_left=5;		// Sub menu offset Left position
closeOnClick = true

// MENU SET :: PROPERTIES

graymenu=[				// graymenu is an array of properties.
"616161",				// Mouse Off Font Color
"EFEFE7",				// Mouse Off Background Color
"4A673A",				// Mouse On Font Color
"FAFAF8",				// Mouse On Background Color
"CCCCBE",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial, Helvetica",		// Font Name
5,						// Menu Item Padding
"http://www.remington.com/images/navigation/menuarrow.gif",			// Sub Menu Image (Leave blank if not needed)
0,						// 3D Border & Separator bar
"e6e6e6",				// 3D High Color
"5a5a5a",				// 3D Low Color
,						// Current Page Item Font Color (leave blank to disable)
,						// Current Page Item Background Color (leave blank to disable)
,						// Top Bar image (Leave blank to disable)
,						// Menu Header Font Color (Leave blank if not needed)
,						// Menu Header Background Color (Leave blank if not needed)
"CCCCBE",				// Menu Item Separator Color
]

topmenu=[					// graymenu is an array of properties.
"gray",						// Mouse Off Font Color
"FFFFFF",					// Mouse Off Background Color
"green",					// Mouse On Font Color
"FFFFFF",					// Mouse On Background Color
"54534E",					// Menu Border Color 
11,							// Font Size in pixels
"normal",					// Font Style (italic or normal)
"bold",						// Font Weight (bold or normal)
"Verdana, Arial, Helvetica",// Font Name
5,						// Menu Item Padding
"http://www.remington.com/images/navigation/menuarrow.gif",			// Sub Menu Image (Leave blank if not needed)
0,						// 3D Border & Separator bar
"e6e6e6",				// 3D High Color
"5a5a5a",				// 3D Low Color
,						// Current Page Item Font Color (leave blank to disable)
,						// Current Page Item Background Color (leave blank to disable)
,						// Top Bar image (Leave blank to disable)
,						// Menu Header Font Color (Leave blank if not needed)
,						// Menu Header Background Color (Leave blank if not needed)
"B0B0B0",				// Menu Item Separator Color
]

// SPECIFIC MENU :: TOPNAV PROPERTIES

addmenu(menu=[
"smallarms",110,"offset=-180",180,1,"center",graymenu,0,,effect,,,,,,,,,,,,
,"Model 870 MCS","../870mcs.htm",,,1
,"M24 SWS","../m24sws.htm",,,1
,"MSR SWS","../msr.htm",,,1
,"Military Law Enforcement","../fi_mle.htm",,,1
])

addmenu(menu=[
"ammunition",110,"offset=-95",180,1,"center",topmenu,0,,effect,,,,,,,,,,,,
,"Pistol & Revolver","../am_pr.htm",,,1
,"Centerfire","..am_cfrf.htm",,,1
,"Shotshell","../am_ss.htm",,,1
,"Military Law Enforcement","../am_mle.htm",,,1
])

addmenu(menu=[
"accessories",110,"offset=-25",140,1,"center",topmenu,0,,effect,,,,,,,,,,,,
,"Optics & Mounts","../axx_optmts.htm",,,1
,"Choke Tubes","../axx_chokes.htm",,,1
,"Shotgun Stocks","../axx_stocks.htm",,,1
,"Firearm Tools","../axx_tools.htm",,,1
,"Firearm Care","../axx_oils.htm",,,1
])

addmenu(menu=[
"support",110,"offset=140",150,1,"center",topmenu,0,,effect,,,,,,,,,,,,
,"FAQ's","../faq.htm",,,1
,"Downloads","../downloads.htm",,,1
,"Articles","../articles.htm",,,1
,"Contact Information","../contact.htm",,,1
,"Site Map","../sitemap.htm",,,1
,"Privacy Policy","../privacy.htm",,,1
,"Terms of Use","../terms.htm",,,1
])

dumpmenus()
