function menuwrite(){
	var thispage=this.location.href;
	var str='<ul>';
	
	if (thispage.match('index.html')){
	str+='<li><img src="./images/bt_about_on.gif" alt="ABOUT THE SHOW" /></li>';
	}else{
	str+='<li><a href="index.html"><img src="./images/bt_about.gif" alt="ABOUT THE SHOW" onmouseover="this.src=\'./images/bt_about_on.gif\'" onmouseout="this.src=\'./images/bt_about.gif\'" /></a></li>';
	}

if (thispage.match('highlight_s2.html')){
	str+='<li><img src="./images/bt_hl_s2_on.gif" alt="SEASON2" /></li>';
	}else{
	str+='<li><a href="highlight_s2.html"><img src="./images/bt_hl_s2.gif" alt="SEASON2" onmouseover="this.src=\'./images/bt_hl_s2_on.gif\'" onmouseout="this.src=\'./images/bt_hl_s2.gif\'" /></a></li>';
	}

	if (thispage.match('highlight_s3.html')){
	str+='<li><img src="./images/bt_hl_s3_on.gif" alt="SEASON3" /></li>';
	}else{
	str+='<li><a href="highlight_s3.html"><img src="./images/bt_hl_s3.gif" alt="SEASON3" onmouseover="this.src=\'./images/bt_hl_s3_on.gif\'" onmouseout="this.src=\'./images/bt_hl_s3.gif\'" /></a></li>';
	}

	if (thispage.match('story_s1.html')||thispage.match('story_s2.html')||thispage.match('story_s3.html')){
	str+='<li><img src="./images/bt_story_on2.gif" alt="STORY" /></li>';
	}else{
	str+='<li><a href="story_s3.html"><img src="./images/bt_story.gif" alt="STORY" onmouseover="this.src=\'./images/bt_story_on.gif\'" onmouseout="this.src=\'./images/bt_story.gif\'" /></a></li>';
	}

	if (thispage.match('story_s1.html')){
	str+='<li><img src="./images/bt_story1_on.gif" alt="STORY SEASON1" /></li>';
	str+='<li><a href="story_s2.html"><img src="./images/bt_story2_off.gif" alt="STORY SEASON2" onmouseover="this.src=\'./images/bt_story2_on.gif\'" onmouseout="this.src=\'./images/bt_story2_off.gif\'" /></a></li>';
			str+='<li><a href="story_s3.html"><img src="./images/bt_story3_off.gif" alt="STORY SEASON3" onmouseover="this.src=\'./images/bt_story3_on.gif\'" onmouseout="this.src=\'./images/bt_story3_off.gif\'" /></a></li>';
	}
/*	else{
	str+='<li><a href="story_s1.html"><img src="./images/bt_story1_off.gif" alt="STORY SEASON1" onmouseover="this.src=\'./images/bt_story1_on.gif\'" onmouseout="this.src=\'./images/bt_story1.gif\'" /></a></li>';
	}
*/	
	
	
	if (thispage.match('story_s2.html')){
	str+='<li><a href="story_s1.html"><img src="./images/bt_story1_off.gif" alt="STORY SEASON1" onmouseover="this.src=\'./images/bt_story1_on.gif\'" onmouseout="this.src=\'./images/bt_story1_off.gif\'" /></a></li>';
	str+='<li><img src="./images/bt_story2_on.gif" alt="STORY SEASON2" /></li>';
		str+='<li><a href="story_s3.html"><img src="./images/bt_story3_off.gif" alt="STORY SEASON3" onmouseover="this.src=\'./images/bt_story3_on.gif\'" onmouseout="this.src=\'./images/bt_story3_off.gif\'" /></a></li>';
	}
	
		if (thispage.match('story_s3.html')){
	str+='<li><a href="story_s1.html"><img src="./images/bt_story1_off.gif" alt="STORY SEASON1" onmouseover="this.src=\'./images/bt_story1_on.gif\'" onmouseout="this.src=\'./images/bt_story1_off.gif\'" /></a></li>';
	str+='<li><a href="story_s2.html"><img src="./images/bt_story2_off.gif" alt="STORY SEASON2" onmouseover="this.src=\'./images/bt_story2_on.gif\'" onmouseout="this.src=\'./images/bt_story2_off.gif\'" /></a></li>';
		str+='<li><img src="./images/bt_story3_on.gif" alt="STORY SEASON3" /></li>';

	}
/*	else{
		str+='<li><a href="story_s2.html"><img src="./images/bt_story2_off.gif" alt="STORY SEASON1" onmouseover="this.src=\'./images/bt_story2_on.gif\'" onmouseout="this.src=\'./images/bt_story2.gif\'" /></a></li>';
	}
*/	
	
	if (thispage.match('data.html')){
	str+='<li><img src="./images/bt_data_on.gif" alt="DATA" /></li>';
	}else{
	str+='<li><a href="data.html"><img src="./images/bt_data.gif" alt="DATA" onmouseover="this.src=\'./images/bt_data_on.gif\'" onmouseout="this.src=\'./images/bt_data.gif\'" /></a></li>';
	}
	
str+='</ul>';

	document.write(str);
}
