<!--
// ##### ROLLOVER HOME #####

if (document.images){
     link1b = new Image();
     link1b.src = "img/home/intro_b.gif";

     link2b = new Image();
     link2b.src = "img/home/how_b.gif";

     link3b = new Image();
     link3b.src = "img/home/pick_b.gif";

     link4b = new Image();
     link4b.src = "img/home/wishlist_b.gif";
	 
     link5b = new Image();
     link5b.src = "img/home/book_b.gif";

     link6b = new Image();
     link6b.src = "img/home/contact_b.gif";

     link1 = new Image();
     link1.src = "img/home/intro_a.jpg";

     link2 = new Image();
     link2.src = "img/home/how_a.jpg";
	 
     link3 = new Image();
     link3.src = "img/home/pick_a.jpg";

     link4 = new Image();
     link4.src = "img/home/wishlist_a.jpg";
	 
     link5 = new Image();
     link5.src = "img/home/book_a.jpg";

     link6 = new Image();
     link6.src = "img/home/contact_a.jpg";


}

function rollOn(n){
	if (document.images){
		light=eval(n+"b.src");
	document [n].src=light;
	}
}

function rollOff(n){
	if (document.images){
		dark=eval(n+".src");
	document [n].src=dark;
	}
}
// ##### END ROLLOVER HOME #####

//-->
