var menu1=new Array()
menu1[0]='<a href="mailboxes.php">All Mailboxes</a>'
menu1[1]='<a href="mailboxes.php?ProductSubType=Decorative Rural">Decorative Curbside</a>'
menu1[2]='<a href="mailboxes.php?ProductSubType=Locking Rural">Locking Curbside</a>'
menu1[3]='<a href="mailboxes.php?ProductSubType=Traditional Rural">Traditional Curbside</a>'
menu1[4]='<a href="rm_cat.php">Rubbermaid Mailboxes</a>'
menu1[6]='<a href="accessories.php">Accessories</a>'

var menu2=new Array()
menu2[0]='<a href="mailboxes.php?ProductSubType=Wallmount Locking">Wall Mount Locking</a>'
menu2[1]='<a href="mailboxes.php?ProductSubType=Wallmount Non-Locking">Wall Mount Non-Locking</a>'

var menu3=new Array()
menu3[0]='<a href="feedback.php">Contact Us</a>'
menu3[1]='<a href="customerservice.php">FAQ\'s</a>'
menu3[2]='<a href="instructions.php">Instruction Sheets</a>'
menu3[3]='<a href="orderform.pdf">Replacement Parts Order Form</a>'
menu3[4]='<a href="warranty.php">90 Day Limited Warranty</a>'

var menu4=new Array()
menu4[0]='<a href="solarstory.php">The Solar Story</a>'

var menuwidth='175px'; //default menu width
var menubgcolor='white';  //menu bgcolor
var disappeardelay=250;  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes"; //hide menu when user clicks within menu?
