home1 = new Image(36,10);
home1.src = "images/home-blue.gif"; 
home0 = new Image(36,10);
home0.src = "images/home.gif";

about_solar_screens1 = new Image(129,12);
about_solar_screens1.src = "images/about_solar_screens-blue.gif"; 
about_solar_screens0 = new Image(129,12);
about_solar_screens0.src = "images/about_solar_screens.gif";

how_to_measure1 = new Image(101,10);
how_to_measure1.src = "images/how_to_measure-blue.gif"; 
how_to_measure0 = new Image(101,10);
how_to_measure0.src = "images/how_to_measure.gif";

how_to_install1 = new Image(82,10);
how_to_install1.src = "images/how_to_install-blue.gif"; 
how_to_install0 = new Image(82,10);
how_to_install0.src = "images/how_to_install.gif";

online_forum1 = new Image(84,12);
online_forum1.src = "images/online_forum-blue.gif"; 
online_forum0 = new Image(84,12);
online_forum0.src = "images/online_forum.gif";

view_cart1 = new Image(81,14);
view_cart1.src = "images/view_cart-blue.gif"; 
view_cart0 = new Image(81,14);
view_cart0.src = "images/view_cart.gif";

checkout1 = new Image(82,12);
checkout1.src = "images/checkout-blue.gif"; 
checkout0 = new Image(82,12);
checkout0.src = "images/checkout.gif";

function mouseon(n) {
	document [n].src = eval(n + "1.src");
}

function mouseoff(n) {
	document [n].src = eval(n + "0.src");
}
