function fn_showVideos(video_no) {

		var myVideos =new Array();

	myVideos[0]="<object width='480' height='385'><param name='movie' value='http://www.youtube.com/v/jXIiqAxTjTw?fs=1&amp;hl=en_US'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/jXIiqAxTjTw?fs=1&amp;hl=en_US' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='480' height='385'></embed></object>";

	myVideos[1]="<object width='480' height='385'><param name='movie' value='http://www.youtube.com/v/F4YhEHO8wFY?fs=1&amp;hl=en_US'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/F4YhEHO8wFY?fs=1&amp;hl=en_US' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='480' height='385'></embed></object>";

	myVideos[2]="<object width='480' height='385'><param name='movie' value='http://www.youtube.com/v/3h47h8HP1-4?fs=1&amp;hl=en_US'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/3h47h8HP1-4?fs=1&amp;hl=en_US' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='480' height='385'></embed></object>";

	myVideos[3]="<object width='480' height='385'><param name='movie' value='http://www.youtube.com/v/Zm4EAOgMnbc?fs=1&amp;hl=en_US'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/Zm4EAOgMnbc?fs=1&amp;hl=en_US' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='480' height='385'></embed></object>";

	myVideos[4]="<object width='480' height='385'><param name='movie' value='http://www.youtube.com/v/aG1-Nnn6NgI?fs=1&amp;hl=en_US'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/aG1-Nnn6NgI?fs=1&amp;hl=en_US' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='480' height='385'></embed></object>";

	myVideos[5]="<object width='480' height='385'><param name='movie' value='http://www.youtube.com/v/cewZoQja9qY?fs=1&amp;hl=en_US'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/cewZoQja9qY?fs=1&amp;hl=en_US' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='480' height='385'></embed></object>";

	myVideos[6]="<object width='480' height='385'><param name='movie' value='http://www.youtube.com/v/2Q7UCkIt0nQ?fs=1&amp;hl=en_US'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/2Q7UCkIt0nQ?fs=1&amp;hl=en_US' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='480' height='385'></embed></object>";

	myVideos[7]="<object width='480' height='385'><param name='movie' value='http://www.youtube.com/v/qkwnOPfTMT8?fs=1&amp;hl=en_US'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/qkwnOPfTMT8?fs=1&amp;hl=en_US' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='480' height='385'></embed></object>";

	myVideos[8]="<object width='480' height='385'><param name='movie' value='http://www.youtube.com/v/WkIucLC6rSk?fs=1&amp;hl=en_US'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/WkIucLC6rSk?fs=1&amp;hl=en_US' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='480' height='385'></embed></object>";

	

	for(i=0; i<=8; i++) {

		document.getElementById('video_'+i).className = "";

	}

	document.getElementById('video_'+video_no).className = "video_active";

	document.getElementById('video_player').innerHTML = myVideos[video_no];

	



}





function fnLeftMenu(menu, submenu) {

	

	for(i=1; i<6; i++)

	{

		if(i==5){

			for(j=1;j<6;j++) {

				document.getElementById('menusub_'+i+'_level3_'+j).style.display = 'none';

				document.getElementById('sub_arw_'+i+'_list_'+j).className = 'sub_arw_list';

			}

		}

		document.getElementById('menu'+i).className = '';

		document.getElementById('sub_arw_list_'+menu).className = 'sub_arw_list';

		

		document.getElementById('menusub_'+i).style.display = 'none';

		

	}

	

	

	if(submenu) {

		document.getElementById('menu'+menu).className = 'list_sub_active';

		document.getElementById('menusub_'+menu).style.display = 'block';

		document.getElementById('menusub_'+menu+'_level3_'+submenu).style.display = 'block';

		

		document.getElementById('sub_arw_'+menu+'_list_'+submenu).className = 'sub_arw_list_active';

	}

	else {

		document.getElementById('menu'+menu).className = 'list_sub_active';

		document.getElementById('menusub_'+menu).style.display = 'block';

		

		document.getElementById('sub_arw_list_'+menu).className = 'sub_arw_list_active';

	}

	

}







function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}





function topMenuActive(topActive) {

	for(i=1; i<7; i++) {

		document.getElementById('li_'+i).className = '';

	}

	if(topActive)

	document.getElementById('li_' + topActive).className = 'mActive';

}



function MM_jumpMenu(targ,selObj,restore){ //v3.0

  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");

  if (restore) selObj.selectedIndex=0;

}






