	if (document.images)
	{
	var home_hover= new Image();
	home_hover.src="images/home_hover.gif";
	var home_off= new Image();
	home_off.src="images/home.gif";
	var bio_hover= new Image();
	bio_hover.src="images/bio_hover.gif";
	var bio_off= new Image();
	bio_off.src="images/bio.gif";
	var discography_hover= new Image();
	discography_hover.src="images/discography_hover.gif";
	var discography_off= new Image();
	discography_off.src="images/discography.gif";
	var works_hover= new Image();
	works_hover.src="images/works_hover.gif";
	var works_off= new Image();
	works_off.src="images/works.gif";
	var filmmusic_hover= new Image();
	filmmusic_hover.src="images/filmmusic_hover.gif";
	var filmmusic_off= new Image();
	filmmusic_off.src="images/filmmusic.gif";
	var links_hover= new Image();
	links_hover.src="images/links_hover.gif";
	var links_off= new Image();
	links_off.src="images/links.gif";
	var playmovie_hover= new Image();
	playmovie_hover.src="images/playmovie_hover.gif";
	var playmovie_off= new Image();
	playmovie_off.src="images/playmovie.gif";
	}
	function mouse_hover(nav_name)
	{
		if (document.images)
		{
			document.images[nav_name].src= eval(nav_name + "_hover.src");
		}
	}
	function mouse_off(nav_name)
	{
		if (document.images)
		{
			document.images[nav_name].src= eval(nav_name + "_off.src");
		}
	}

function vidPlayer(win_url)
{
  window.open(win_url,"PopUp","width=440,height=360,screenX=200,left=200,screenY=200,top=200,status=0,resizable=1,scrollbars=0");
}

