/* -----------------------------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2009.2.9
Client:			Borton Overseas - Trollstigen Resort
File Purpose:	Javascript Images File - POLISH
Revisions:
----------------------------------------------------------------------------------------------------------------------- */

// load nav images
if (document.images) {
	nav_home_on = new Image();
	nav_home_on.src = "/_images/nav/nav_home_on_pol.gif";
	nav_home_off = new Image();
	nav_home_off.src = "/_images/nav/nav_home_off_pol.gif";
	nav_home_roll = new Image();
	nav_home_roll.src = "/_images/nav/nav_home_roll_pol.gif";
	nav_about_on = new Image();
	nav_about_on.src = "/_images/nav/nav_about_on_pol.gif";
	nav_about_off = new Image();
	nav_about_off.src = "/_images/nav/nav_about_off_pol.gif";
	nav_about_roll = new Image();
	nav_about_roll.src = "/_images/nav/nav_about_roll_pol.gif";
	nav_news_on = new Image();
	nav_news_on.src = "/_images/nav/nav_news_on_pol.gif";
	nav_news_off = new Image();
	nav_news_off.src = "/_images/nav/nav_news_off_pol.gif";
	nav_news_roll = new Image();
	nav_news_roll.src = "/_images/nav/nav_news_roll_pol.gif";
	nav_photos_on = new Image();
	nav_photos_on.src = "/_images/nav/nav_photos_on_pol.gif";
	nav_photos_off = new Image();
	nav_photos_off.src = "/_images/nav/nav_photos_off_pol.gif";
	nav_photos_roll = new Image();
	nav_photos_roll.src = "/_images/nav/nav_photos_roll_pol.gif";
	nav_pricing_on = new Image();
	nav_pricing_on.src = "/_images/nav/nav_pricing_on_pol.gif";
	nav_pricing_off = new Image();
	nav_pricing_off.src = "/_images/nav/nav_pricing_off_pol.gif";
	nav_pricing_roll = new Image();
	nav_pricing_roll.src = "/_images/nav/nav_pricing_roll_pol.gif";
	nav_contact_on = new Image();
	nav_contact_on.src = "/_images/nav/nav_contact_on_pol.gif";
	nav_contact_off = new Image();
	nav_contact_off.src = "/_images/nav/nav_contact_off_pol.gif";
	nav_contact_roll = new Image();
	nav_contact_roll.src = "/_images/nav/nav_contact_roll_pol.gif";
}
