/*
 
*/

//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. The above also needs to be enabled if it not already enabled unless you have more than one _array.js file


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=200                   // The time delay for menus to remain visible
followspeed=5                 // Follow Scrolling speed
followrate=40                 // Follow Scrolling Rate
suboffset_top=5              // Sub menu offset Top position
suboffset_left=13             // Sub menu offset Left position



EasySampleStyle=[             // EasySampleStyle is an array of properties. You can have as many property arrays as you need
"ffffff",                     // Mouse Off Font Color
"b30000",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"232969",                     // Mouse On Font Color
"ffffff",                     // Mouse On Background Color
"FFFFFF",                     // Menu Border Color
"10",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                     // Font Weight (bold or normal)
"tahoma",    // Font Name
3,                            // Menu Item Padding or spacing
"images/nav_arrow.gif",                             // Sub Menu Image (Leave this blank if not needed)
,                            // 3D Border & Separator bar
"000000",                     // 3D High Color
"000000",                     // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
,                             // Menu Header Font Color (Leave blank if headers are not needed)
,                             // Menu Header Background Color (Leave blank if headers are not needed)
"ffffff",                             // Menu Item Separator Color
]

EasySampleStyle2=["ffffff","9F9F9F","ffffff","C5C5C5","FFFFFF","10","normal","bold","verdana,arial",3,"images/nav_arrow.gif",,"000000","000000",,,,,,"ffffff",]

EasySampleStyle3=["ffffff","A8A8A8","ffffff","5F816B","1C5594","10","normal","bold","verdana,arial",3,"images/nav_arrow.gif",,"000000","000000",,,,,,"ffffff",]

EasySampleStyle4=["ffffff","A8A8A8","ffffff","407C8F","1C5594","10","normal","bold","verdana,arial",3,"images/nav_arrow.gif",,"000000","000000",,,,,,"ffffff",]

addmenu(menu=["products",150,2,150,1,,EasySampleStyle2,0,,"",0,0,0,,,0,0,,,0,,
,"Aviation Snips","products_category.php?cat_id=1",,,1
,"Tinner Snips","products_category.php?cat_id=2",,,1
,"Specialty Snips","products_category.php?cat_id=3",,,1
,"Specialty Tools","products_category.php?cat_id=4",,,1
,"Fence Tools","products_category.php?cat_id=5",,,1
,"Gutter & Siding Tools","products_category.php?cat_id=6",,,
])


addmenu(menu=["catalogs",150,81,190,1,,EasySampleStyle2,0,,"",0,0,0,,,0,0,,,0,,
,"Fence Tools Catalog","pdfs/catalog_fencetools.pdf target=_blank",,,1
,"Siding Tools Catalog","pdfs/catalog_siding.pdf target=_blank",,,1
,"Complete Catalog","catalog.php",,,
])


addmenu(menu=["company",150,156,180,1,,EasySampleStyle2,0,,"",0,0,0,,,0,0,,,0,,
,"History","history.php",,,1
,"MTCC - Forge Division","http://www.mtcc-forge.com target=_blank",,,1
,"MTCC - Tool & Die Division","http://www.mtcc-toolanddie.com target=_blank",,,1
,"Customer Service","contactus.php",,,1
,"Associations","associations.php",,,1
,"Testimonials","testimonials.php",,,
])


addmenu(menu=["resources",150,258,180,1,,EasySampleStyle2,0,,"",0,0,0,,,0,0,,,0,,
,"Why Our Snips are the Best","best_snips.php",,,1
,"Gauge/Thickness Guide","gauge_guide.php",,,1
,"Snip Adjustment Instructions","aviationsnip_adjustment.php",,,1
,"User Tips","user_tips.php",,,1
,"Warranty Information","warranty_information.php",,,1
,"Product Image Download","image_download.php",,,

])

addmenu(menu=["news",150,345,150,1,,EasySampleStyle2,0,,"",0,0,0,,,0,0,,,0,,
,"News","news.php",,,1
,"New Products","new_products.php",,,1
,"Show Calendar","show_calendar.php",,,

])


dumpmenus();