//define relative path
var iconRelativePath = "/mpps_assets/";

//define all images
if (document.images) {
	
	//images for the html top navigation
	topNav_artists_up = new Image();
	topNav_artists_up.src = iconRelativePath + "topnav_artists.gif";
	topNav_artists_down = new Image();
	topNav_artists_down.src = iconRelativePath + "topnav_artists_over.gif";
	topNav_news_up = new Image();
	topNav_news_up.src = iconRelativePath + "topnav_news.gif";
	topNav_news_down = new Image();
	topNav_news_down.src = iconRelativePath + "topnav_news_over.gif";
	topNav_onTour_up = new Image();
	topNav_onTour_up.src = iconRelativePath + "topnav_onTour.gif";
	topNav_onTour_down = new Image();
	topNav_onTour_down.src = iconRelativePath + "topnav_onTour_over.gif";
	topNav_releases_up = new Image();
	topNav_releases_up.src = iconRelativePath + "topnav_releases.gif";
	topNav_releases_down = new Image();
	topNav_releases_down.src = iconRelativePath + "topnav_releases_over.gif";
	topNav_discuss_up = new Image();
	topNav_discuss_up.src = iconRelativePath + "topnav_discuss.gif";
	topNav_discuss_down = new Image();
	topNav_discuss_down.src = iconRelativePath + "topnav_discuss_over.gif";
	topNav_mediaPlayer_up = new Image();
	topNav_mediaPlayer_up.src = iconRelativePath + "topnav_mediaPlayer.gif";
	topNav_mediaPlayer_down = new Image();
	topNav_mediaPlayer_down.src = iconRelativePath + "topnav_mediaPlayer_over.gif";
	topNav_wireless_up = new Image();
	topNav_wireless_up.src = iconRelativePath + "topnav_wireless.gif";
	topNav_wireless_down = new Image();
	topNav_wireless_down.src = iconRelativePath + "topnav_wireless_over.gif";
	topNav_shoppingCart_up = new Image();
	topNav_shoppingCart_up.src = iconRelativePath + "topnav_shoppingCart.gif";
	topNav_shoppingCart_down = new Image();
	topNav_shoppingCart_down.src = iconRelativePath + "topnav_shoppingCart_over.gif";
	topNav_myAccount_up = new Image();
	topNav_myAccount_up.src = iconRelativePath + "topnav_myAccount.gif";
	topNav_myAccount_down = new Image();
	topNav_myAccount_down.src = iconRelativePath + "topnav_myAccount_over.gif";
	topNav_search_up = new Image();
	topNav_search_up.src = iconRelativePath + "topnav_search.gif";
	topNav_search_down = new Image();
	topNav_search_down.src = iconRelativePath + "topnav_search_over.gif";
}