//Plant Stand Co
//Rollover images preload

//Home
nav1n = new Image(69, 40);
nav1n.src = "http://www.theplantstandco.com/images/nav1_n.gif";
nav1r = new Image(69, 40);
nav1r.src = "http://www.theplantstandco.com/images/nav1_r.gif";

//About Us
nav2n = new Image(84, 40);
nav2n.src = "http://www.theplantstandco.com/images/nav2_n.gif";
nav2r = new Image(84, 40);
nav2r.src = "http://www.theplantstandco.com/images/nav2_r.gif";

//Our Products
nav3n = new Image(110, 40);
nav3n.src = "http://www.theplantstandco.com/images/nav3_n.gif";
nav3r = new Image(110, 40);
nav3r.src = "http://www.theplantstandco.com/images/nav3_r.gif";

//Product Ordering
nav4n = new Image(135, 40);
nav4n.src = "http://www.theplantstandco.com/images/nav4_n.gif";
nav4r = new Image(135, 40);
nav4r.src = "http://www.theplantstandco.com/images/nav4_r.gif";

//Contact Us
nav5n = new Image(95, 40);
nav5n.src = "http://www.theplantstandco.com/images/nav5_n.gif";
nav5r = new Image(95, 40);
nav5r.src = "http://www.theplantstandco.com/images/nav5_r.gif";

//Store Locations
nav6n = new Image(125, 40);
nav6n.src = "http://www.theplantstandco.com/images/nav6_n.gif";
nav6r = new Image(125, 40);
nav6r.src = "http://www.theplantstandco.com/images/nav6_r.gif"; 




