<!--
//var bName = navigator.appName;
//var bVer = parseInt(navigator.appVersion);
//if (bName =="Netscape" && bVer >= 3) dynamo = "yes";
//else if	(bName =="Netscape" && bVer == 2) dynamo = "no";
//else if (bName =="Microsoft Internet Explorer" && bVer <=2) dynamo = "no";
//else if (bName =="Microsoft Internet Explorer" && bVer >=4) dynamo = "yes";
//if ( dynamo == "yes" )
//{
//	imghomeon = new Image();
//	imghomeon.src = "images/home_on.gif";
//	imghomeoff = new Image();
//	imghomeoff.src = "images/home_off.gif";
//	imgnewson = new Image();
//	imgnewson.src = "images/news_on.gif";
//	imgnewsoff = new Image();
//	imgnewsoff.src = "images/dot.gif";
//	imgprofileon = new Image();
//	imgprofileon.src = "images/profile_on.gif";
//	imgprofileoff = new Image();
//	imgprofileoff.src = "images/dot.gif";
//	imgartistson = new Image();
//	imgartistson.src = "images/artists_on.gif";
//	imgartistsoff = new Image();
//	imgartistsoff.src = "images/dot.gif";
//	imgsoundclipson = new Image();
//	imgsoundclipson.src = "images/soundclips_on.gif";
//	imgsoundclipsoff = new Image();
//	imgsoundclipsoff.src = "images/soundclips_off.gif";
//	imgreleaseson = new Image();
//	imgreleaseson.src = "images/releases_on.gif";
//	imgreleasesoff = new Image();
//	imgreleasesoff.src = "images/dot.gif";
//	imgmixeson = new Image();
//	imgmixeson.src = "images/mixes_on.gif";
//	imgmixesoff = new Image();
//	imgmixesoff.src = "images/dot.gif";
//	imgcontacton = new Image();
//	imgcontacton.src = "images/contact_on.gif";
//	imgcontactoff = new Image();
//	imgcontactoff.src = "images/dot.gif";
//	imgemailon = new Image();
//	imgemailon.src = "images/email_on.gif";
//	imgemailoff = new Image();
//	imgemailoff.src = "images/dot.gif";
//	imgbookingon = new Image();
//	imgbookingon.src = "images/booking_on.gif";
//	imgbookingoff = new Image();
//	imgbookingoff.src = "images/dot.gif";
//	imglinkson = new Image();
//	imglinkson.src = "images/links_on.gif";
//	imglinksoff = new Image();
//	imglinksoff.src = "images/dot.gif";
//	imgsaleson = new Image();
//	imgsaleson.src = "images/sales_on.gif";
//	imgsalesoff = new Image();
//	imgsalesoff.src = "images/dot.gif";
//	imgdownloadson = new Image();
//	imgdownloadson.src = "images/downloads_on.gif";
//	imgdownloadsoff = new Image();
//	imgdownloadsoff.src = "images/dot.gif";
//}
//function glo(imgDocID,imgButtonName)
//{
//if ( dynamo == "yes" )
//	{
//		document.images[imgDocID].src = eval(imgButtonName + ".src");
//	}
//}

function changeheader(imgsrc)
{
	document.headerimg.src = "images/headers/" + imgsrc;
}
-->