function FlashNaviVis(intA,intB,intC){

	if(!useRedirect){
		if(hasRightVersion){
//		if(!hasRightVersion){
			if(intC){
				PID = intA + "_" + intB + "_" + intC;
			}else{
				PID = intA + "_" + intB;
			}
			
			var oetags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
			+ 'width="760" height="159"'
			+ 'codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
			+ '<param name="movie" value="http://www.sunchlorella.com/navi.swf?page_id=' + PID + '">'
			+ '<param name="play" value="true">'
			+ '<param name="loop" value="false">'
			+ '<param name="quality" value="high">'
			+ '<param name="menu" value="false">'
			+ '<embed src="http://www.sunchlorella.com/navi.swf?page_id=' + PID + '"'
			+ 'width="760" height="159"'
			+ 'play="true"'
			+ 'loop="false"'
			+ 'quality="high"'
			+ 'menu="false"'
			+ 'type="application/x-shockwave-flash"'
			+ 'pluginspage="https://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash">'
			+ '</embed>'
			+ '</object>';

			document.write(oetags);
		}else{

			document.write('<table border="0" cellspacing="0" cellpadding="0" width="760">');
			document.write('	<tr>');
			document.write('		<td background="http://www.sunchlorella.com/misc/background.jpg">');
			document.write('			<table border="0" cellspacing="0" cellpadding="0" width="760">');
			document.write('				<tr>');
			document.write('					<td><a href="http://www.sunchlorella.com/home.html"><img src="http://www.sunchlorella.com/misc/logo.gif" width="212" height="62" border="0" alt="logo"></a></td>');
			document.write('					<td><img src="http://www.sunchlorella.com/misc/spacer.gif" width="493" height="1" border="0" alt=""></td>');
			document.write('					<td valign="bottom"><a href="http://www.sunchlorella.com/home.html"><img src="http://www.sunchlorella.com/misc/navi_home.gif" width="55" height="18" border="0" alt="HOME"></a></td>');
			document.write('				</tr>');
			document.write('			</table>');
			document.write('		</td>');
			document.write('	</tr>');
			document.write('	<tr><td height="1"></td></tr>');
			document.write('</table>');


			arrCate		= new Array("other","product","health","business","company","contact");
			
			arrNaviGIF		= new Array;
			arrNaviGIF[0]	= new Array("","","","","","");
			arrNaviGIF[1]	= new Array("","productinfo","chlorella","ezoukogi","agarikusu","movie");
			arrNaviGIF[2]	= new Array("","healthcare","library","journal","whatsnew","");
			arrNaviGIF[3]	= new Array("","quality","","","","");
			arrNaviGIF[4]	= new Array("","company","global","","","");
			arrNaviGIF[5]	= new Array("","faqs","howto","inquiry","","");


			arrNaviURL		= new Array;
			arrNaviURL[0]	= new Array("","","","","","");
			arrNaviURL[1]	= new Array("",
                                        "http://www.sunchlorella.com/product/product_info.html",
                                        "http://www.sunchlorella.com/product/whats_chlorella.html",
                                        "http://www.sunchlorella.com/product/whats_ezoukogi.html",
                                        "http://www.sunchlorella.com/product/whats_agarikusu.html",
                                        "http://www.sunchlorella.com/product/movie.html");
			arrNaviURL[2]	= new Array("",
                                        "http://www.sunchlorella.com/health/healthcare.html",
                                        "http://www.sunchlorella.com/health/library.html",
                                        "http://www.sunchlorella.com/health/dictionary.html",
                                        "http://www.sunchlorella.com/health/news.cgi",
										"");
			arrNaviURL[3]	= new Array("","","","","","");
			arrNaviURL[4]	= new Array("",
                                        "http://www.sunchlorella.com/company/guidance.html",
                                        "http://www.sunchlorella.com/company/global.html",
                                        "","","");
			arrNaviURL[5]	= new Array("",
                                        "http://www.sunchlorella.com/contact/faq.html",
                                        "http://www.sunchlorella.com/contact/contact_list.cgi",
                                        "https://www.sunchlorella.co.jp/contact/com_contact_form.cgi",
                                        "","");


			document.write('<table border="0" cellspacing="0" cellpadding="0" width="760">');
			document.write('	<tr>');
			document.write('		<td>');
			document.write('			<table border="0" cellspacing="0" cellpadding="0" width="160">');
			document.write('				<tr>');
			document.write('					<td height="22" bgcolor="#00A651"><img src="http://www.sunchlorella.com/misc/spacer.gif" width="160" height="1" border="0" alt=""></td>');
			document.write('				</tr>');
			document.write('				<tr><td height="1"></td></tr>');
			document.write('				<tr>');
			document.write("  					<td><img src=http://www.sunchlorella.com/" + arrCate[intA] + "/image/" + arrCate[intA] + "_photo.jpg width=160 height=68 border=0 alt=></td>");
			document.write('				</tr>');
			document.write('			</table>');
			document.write('		</td>');
			document.write('		<td>');
			document.write('			<table border="0" cellspacing="0" cellpadding="0" width="600">');
			document.write('				<tr>');
			
			for(i=1;i<6;i++){
				if(i==intA){
					document.write("<td><a href=http://www.sunchlorella.com/" + arrCate[i] + "/index.html><img src=http://www.sunchlorella.com/misc/navi_" + arrCate[i] + "_here.gif width=120 height=22 border=0></a></td>");
				}else{
					document.write("<td><a href=http://www.sunchlorella.com/" + arrCate[i] + "/index.html><img src=http://www.sunchlorella.com/misc/navi_" + arrCate[i] + ".gif width=120 height=22 border=0></a></td>");
				}
			}

			document.write('				</tr>');
			document.write('				<tr><td height="1"></td></tr>');
			document.write('				<tr>');

			for(i=1;i<6;i++){
				if(i==intB){
					document.write("<td><a href=" + arrNaviURL[intA][i] + "><img src=http://www.sunchlorella.com/" + arrCate[intA] + "/image/navi_" + arrNaviGIF[intA][i] + "_here.gif width=120 height=68 border=0></a></td>");
				}else{
					if(arrNaviGIF[intA][i]==""){
						document.write('<td><img src="http://www.sunchlorella.com/misc/navi_space.gif" width="120" height="68" border="0" alt=""></td>');
					}else{
						document.write("<td><a href=" + arrNaviURL[intA][i] + "><img src=http://www.sunchlorella.com/" + arrCate[intA] + "/image/navi_" + arrNaviGIF[intA][i] + ".gif width=120 height=68 border=0></a></td>");
					}
				}
			}

			document.write('				</tr>');
			document.write('			</table>');
			document.write('		</td>');
			document.write('	</tr>');
			document.write('	<tr><td height="1"></td></tr>');
			document.write('	<tr>');
			document.write('		<td bgcolor="#00A651"><img src="http://www.sunchlorella.com/misc/spacer.gif" width="1" height="4" border="0" alt=""></td>');
			document.write('		<td></td>');
			document.write('	</tr>');
			document.write('</table>');

		}
	}

}
