<!--

if (document.images) {

	home_f1 = new Image();
	home_f1.src = "../general/images/sub_nav_home_norm.jpg";
	home_f2 = new Image();
	home_f2.src = "../general/images/sub_nav_home_roll.jpg";

	c_carm_f1 = new Image();
	c_carm_f1.src = "general/images/subprod_nav_c_carm_norm.jpg";
	c_carm_f2 = new Image();
	c_carm_f2.src = "general/images/subprod_nav_c_carm_roll.jpg";

	c_choc_f1 = new Image();
	c_choc_f1.src = "general/images/subprod_nav_c_choc_norm.jpg";
	c_choc_f2 = new Image();
	c_choc_f2.src = "general/images/subprod_nav_c_choc_roll.jpg";

	c_pb_f1 = new Image();
	c_pb_f1.src = "general/images/subprod_nav_c_pb_norm.jpg";
	c_pb_f2 = new Image();
	c_pb_f2.src = "general/images/subprod_nav_c_pb_roll.jpg";

	c_blueberry_f1 = new Image();
	c_blueberry_f1.src = "general/images/subprod_nav_c_blueberry_norm.jpg";
	c_blueberry_f2 = new Image();
	c_blueberry_f2.src = "general/images/subprod_nav_c_blueberry_roll.jpg";

	c_keylime_f1 = new Image();
	c_keylime_f1.src = "general/images/subprod_nav_c_keylime_norm.jpg";
	c_keylime_f2 = new Image();
	c_keylime_f2.src = "general/images/subprod_nav_c_keylime_roll.jpg";

	chocolate_f1 = new Image();
	chocolate_f1.src = "general/images/subprod_nav_chocolate_norm.jpg";
	chocolate_f2 = new Image();
	chocolate_f2.src = "general/images/subprod_nav_chocolate_roll.jpg";

	pb_f1 = new Image();
	pb_f1.src = "general/images/subprod_nav_pb_norm.jpg";
	pb_f2 = new Image();
	pb_f2.src = "general/images/subprod_nav_pb_roll.jpg";

	straw_f1 = new Image();
	straw_f1.src = "general/images/subprod_nav_straw_norm.jpg";
	straw_f2 = new Image();
	straw_f2.src = "general/images/subprod_nav_straw_roll.jpg";

	lemon_f1 = new Image();
	lemon_f1.src = "general/images/subprod_nav_lemon_norm.jpg";
	lemon_f2 = new Image();
	lemon_f2.src = "general/images/subprod_nav_lemon_roll.jpg";

	about_f1 = new Image();
	about_f1.src = "general/images/subprod_nav_about_norm.jpg";
	about_f2 = new Image();
	about_f2.src = "general/images/subprod_nav_about_roll.jpg";

	snack_f1 = new Image();
	snack_f1.src = "general/images/subprod_nav_snack_norm.jpg";
	snack_f2 = new Image();
	snack_f2.src = "general/images/subprod_nav_snack_roll.jpg";

	shop_f1 = new Image();
	shop_f1.src = "general/images/subprod_nav_shop_norm.jpg";
	shop_f2 = new Image();
	shop_f2.src = "general/images/subprod_nav_shop_roll.jpg";

	contactus_f1 = new Image();
	contactus_f1.src = "general/images/subprod_nav_contact_norm.jpg";
	contactus_f2 = new Image();
	contactus_f2.src = "general/images/subprod_nav_contact_roll.jpg";

	print_f1 = new Image();
	print_f1.src = "../general/images/btn_print_version.gif";
	print_f2 = new Image();
	print_f2.src = "../general/images/btn_print_version_roll.gif";

	printwin_f1 = new Image();
	printwin_f1.src = "../general/images/btn_print_norm.gif";
	printwin_f2 = new Image();
	printwin_f2.src = "../general/images/btn_print_roll.gif";

}

// Function to 'activate' images.

function imgOn(imgName) {
	if (document.images) {
		document[imgName].src = eval(imgName + "_f2.src");
		}
}

// Function to 'deactivate' images.

function imgOff(imgName) {
	if (document.images){
		document[imgName].src = eval(imgName + "_f1.src");
		}
}

// -->
