/*---------------------------------------------------------- Preload Change Image */var hposi = false;	function getposi(hpinfo){	data = new Array("common/images/navi_h_01_on.gif","common/images/navi_h_02_on.gif","common/images/navi_h_03_on.gif","common/images/btn_f_seiren_on.gif","common/images/btn_f_contact_on.gif","common/images/btn_f_privacy_on.gif","common/images/btn_f_site_on.gif","common/images/btn_l_01_on.gif","common/images/btn_l_02_on.gif","common/images/btn_l_03_on.gif","common/images/btn_l_01b_on.gif");	prImg= new Array();	for (i=0; i<data.length; i++){		if(hpinfo == 0){hposi = ""; }		else if(hpinfo == 1){ hposi = "../";}		else if(hpinfo == 2){ hposi = "../../";}		else if(hpinfo == 3){ hposi = "../../../";}		prImg[0] = new Image; prImg[0].src =hposi +data[i];		prImg[1] = new Image; prImg[1].src =hposi +data[i];		prImg[2] = new Image; prImg[2].src =hposi +data[i];		prImg[3] = new Image; prImg[3].src =hposi +data[i];hposi = true;	}}function changeImages() {	if (document.images && (hposi== true)) {		for (var i=0; i<changeImages.arguments.length; i+=2) {			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];		}	}}/*---------------------------------------------------------- Preload  Image (alone) */function preloadImages(){	var prImg= new Array();	for(i = 0 ; i < predata.length ; i++) {		prImg[i] = new Image();		prImg[i].src = predata[i];	}}function general(){	preloadImages();}/*----------------------------------------------------------- OpenWindow */function Openwin(html,name,width,height,tool,location,status,menu,scroll,resizable) {SubWindow=window.open(html,name,"width="+width+",height="+height+",toolbar="+tool+",location="+location+",status="+status+",menubar="+menu+",scrollbars="+scroll+",resizable="+resizable+"");	SubWindow.focus();}/*----------------------------------------------------------- Header */function header(pagestatus){	if ( pagestatus == "01" ) {	document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">\n');	document.write('<tr>\n');	document.write('<td colspan="6"><img src="common/images/spacer.gif" width="1" height="9" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr>\n');	document.write('<td><img src="common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('<td><a href="index.html"><img src="common/images/logo_h_visco01.gif" width="184" height="48" border="0" alt="Viscotecs"></a></td>\n');	document.write('<td valign="bottom"><img src="common/images/logo_h_visco02.gif" width="205" height="16" border="0" alt="Visual Communication Technology System"></td>\n');	document.write('<td valign="bottom"><img src="common/images/spacer.gif" width="243" height="1" border="0" alt=""></td>\n');	document.write('<td valign="top"><a href="http://www.seiren.com/english/index.html" target="_blank"><img src="common/images/logo_h_seiren.gif" width="98" height="12" border="0" alt="SEIREN"></a></td>\n');	document.write('<td><img src="common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr>\n');	document.write('<td colspan="6" bgcolor="#cccccc"><img src="common/images/spacer.gif" width="760" height="1" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('</table>\n');	}	else if ( pagestatus == "02" ) {	document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">\n');	document.write('<tr>\n');	document.write('<td colspan="6"><img src="../common/images/spacer.gif" width="1" height="9" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr>\n');	document.write('<td><img src="../common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('<td><a href="../index.html"><img src="../common/images/logo_h_visco01.gif" width="184" height="48" border="0" alt="Viscotecs"></a></td>\n');	document.write('<td valign="bottom"><img src="../common/images/logo_h_visco02.gif" width="205" height="16" border="0" alt="Visual Communication Technology System"></td>\n');	document.write('<td valign="bottom"><img src="../common/images/spacer.gif" width="243" height="1" border="0" alt=""></td>\n');	document.write('<td valign="top"><a href="http://www.seiren.com/english/index.html" target="_blank"><img src="../common/images/logo_h_seiren.gif" width="98" height="12" border="0" alt="SEIREN"></a></td>\n');	document.write('<td><img src="../common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr>\n');	document.write('<td colspan="6" bgcolor="#cccccc"><img src="../common/images/spacer.gif" width="760" height="1" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('</table>\n');	}	else if ( pagestatus == "03" ) {	document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">\n');	document.write('<tr>\n');	document.write('<td colspan="6"><img src="../../common/images/spacer.gif" width="1" height="9" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr>\n');	document.write('<td><img src="../../common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('<td><a href="../../index.html"><img src="../../common/images/logo_h_visco01.gif" width="184" height="48" border="0" alt="Viscotecs"></a></td>\n');	document.write('<td valign="bottom"><img src="../../common/images/logo_h_visco02.gif" width="205" height="16" border="0" alt="Visual Communication Technology System"></td>\n');	document.write('<td valign="bottom><img src="../../common/images/spacer.gif" width="243" height="1" border="0" alt=""></td>\n');	document.write('<td valign="top"><a href="http://www.seiren.com/english/index.html" target="_blank"><img src="../../common/images/logo_h_seiren.gif" width="98" height="12" border="0" alt="SEIREN"></a></td>\n');	document.write('<td><img src="../../common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr>\n');	document.write('<td colspan="6" bgcolor="#cccccc"><img src="../../common/images/spacer.gif" width="760" height="1" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('</table>\n');	}	else if ( pagestatus == "04" ) {	document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">\n');	document.write('<tr>\n');	document.write('<td colspan="6"><img src="../../../common/images/spacer.gif" width="1" height="9" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr>\n');	document.write('<td><img src="../../../common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('<td><a href="../../../index.html"><img src="../../../common/images/logo_h_visco01.gif" width="184" height="48" border="0" alt="Viscotecs"></a></td>\n');	document.write('<td valign="bottom"><img src="../../../common/images/logo_h_visco02.gif" width="205" height="16" border="0" alt="Visual Communication Technology System"></td>\n');	document.write('<td valign="bottom><img src="../../../common/images/spacer.gif" width="243" height="1" border="0" alt=""></td>\n');	document.write('<td valign="top"><a href="http://www.seiren.com/english/index.html" target="_blank"><img src="../../../common/images/logo_h_seiren.gif" width="98" height="12" border="0" alt="SEIREN"></a></td>\n');	document.write('<td><img src="../../../common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr>\n');	document.write('<td colspan="6" bgcolor="#cccccc"><img src="../../../common/images/spacer.gif" width="760" height="1" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('</table>\n');	}}/*----------------------------------------------------------- Year 2000- */function credit(){	var copy=new Date();	var ad=copy.getFullYear();document.write(ad);}/*----------------------------------------------------------- Footer Navi */function footernavi(pagestatus){	if ( pagestatus == "01" ) {	document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0">\n');	document.write('<tr bgcolor="#000066">\n');	document.write('<td colspan="9"><img src="common/images/spacer.gif" width="1" height="6" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr bgcolor="#000066">\n');	document.write('<td width="15"><img src="common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('<td width="111"><a href="http://www.seiren.com/english/products/index.html" target="_blank" onMouseOver="changeImages(\'products\', \'common/images/btn_f_seiren_on.gif\');" onMouseOut="changeImages(\'products\', \'common/images/btn_f_seiren.gif\');"><img src="common/images/btn_f_seiren.gif" width="99" height="14" border="0" alt="Products Info" name="products"></a></td>\n');	document.write('<td width="327"><img src="common/images/spacer.gif" width="327" height="1" border="0" alt=""></td>\n');	document.write('<td width="86"><a href="contact/index.html" onMouseOver="changeImages(\'contact\', \'common/images/btn_f_contact_on.gif\');" onMouseOut="changeImages(\'contact\', \'common/images/btn_f_contact.gif\');"><img src="common/images/btn_f_contact.gif" width="86" height="14" border="0" alt="Contact us" name="contact"></a></td>\n');	document.write('<td width="19"><img src="common/images/spacer.gif" width="19" height="1" border="0" alt=""></td>\n');	document.write('<td width="65"><a href="others/sitemap.html" onMouseOver="changeImages(\'sitemap\', \'common/images/btn_f_site_on.gif\');" onMouseOut="changeImages(\'sitemap\', \'common/images/btn_f_site.gif\');"><img src="common/images/btn_f_site.gif" width="65" height="14" border="0" alt="Sitemap" name="sitemap"></a></td>\n');	document.write('<td width="19"><img src="common/images/spacer.gif" width="19" height="1" border="0" alt=""></td>\n');	document.write('<td width="103"><a href="http://www.seiren.com/english/info/privacy.html" target="_blank" onMouseOver="changeImages(\'privacy\', \'common/images/btn_f_privacy_on.gif\');" onMouseOut="changeImages(\'privacy\', \'common/images/btn_f_privacy.gif\');"><img src="common/images/btn_f_privacy.gif" width="103" height="14" border="0" alt="Privacy Policy" name="privacy"></a></td>\n');	document.write('<td width="15"><img src="common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr bgcolor="#000066">\n');	document.write('<td colspan="9"><img src="common/images/spacer.gif" width="1" height="7" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('</table>\n');	}	else if( pagestatus == "02" ) {	document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0">\n');	document.write('<tr bgcolor="#000066">\n');	document.write('<td colspan="9"><img src="../common/images/spacer.gif" width="1" height="6" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr bgcolor="#000066">\n');	document.write('<td width="15"><img src="../common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('<td width="111"><a href="http://www.seiren.com/english/products/index.html" target="_blank" onMouseOver="changeImages(\'products\', \'../common/images/btn_f_seiren_on.gif\');" onMouseOut="changeImages(\'products\', \'../common/images/btn_f_seiren.gif\');"><img src="../common/images/btn_f_seiren.gif" width="99" height="14" border="0" alt="Products Info" name="products"></a></td>\n');	document.write('<td width="327"><img src="../common/images/spacer.gif" width="327" height="1" border="0" alt=""></td>\n');	document.write('<td width="86"><a href="../contact/index.html" onMouseOver="changeImages(\'contact\', \'../common/images/btn_f_contact_on.gif\');" onMouseOut="changeImages(\'contact\', \'../common/images/btn_f_contact.gif\');"><img src="../common/images/btn_f_contact.gif" width="86" height="14" border="0" alt="Contact us" name="contact"></a></td>\n');	document.write('<td width="19"><img src="../common/images/spacer.gif" width="19" height="1" border="0" alt=""></td>\n');	document.write('<td width="65"><a href="../others/sitemap.html" onMouseOver="changeImages(\'sitemap\', \'../common/images/btn_f_site_on.gif\');" onMouseOut="changeImages(\'sitemap\', \'../common/images/btn_f_site.gif\');"><img src="../common/images/btn_f_site.gif" width="65" height="14" border="0" alt="Sitemap" name="sitemap"></a></td>\n');	document.write('<td width="19"><img src="../common/images/spacer.gif" width="19" height="1" border="0" alt=""></td>\n');	document.write('<td width="103"><a href="http://www.seiren.com/english/info/privacy.html" target="_blank" onMouseOver="changeImages(\'privacy\', \'../common/images/btn_f_privacy_on.gif\');" onMouseOut="changeImages(\'privacy\', \'../common/images/btn_f_privacy.gif\');"><img src="../common/images/btn_f_privacy.gif" width="103" height="14" border="0" alt="Privacy Policy" name="privacy"></a></td>\n');	document.write('<td width="15"><img src="../common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr bgcolor="#000066">\n');	document.write('<td colspan="9"><img src="../common/images/spacer.gif" width="1" height="7" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('</table>\n');	}	else if ( pagestatus == "03" ) {	document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0">\n');	document.write('<tr bgcolor="#000066">\n');	document.write('<td colspan="9"><img src="../../common/images/spacer.gif" width="1" height="6" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr bgcolor="#000066">\n');	document.write('<td width="15"><img src="../../common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('<td width="111"><a href="http://www.seiren.com/english/products/index.html" target="_blank" onMouseOver="changeImages(\'products\', \'../../common/images/btn_f_seiren_on.gif\');" onMouseOut="changeImages(\'products\', \'../../common/images/btn_f_seiren.gif\');"><img src="../../common/images/btn_f_seiren.gif" width="99" height="14" border="0" alt="Products Info" name="products"></a></td>\n');	document.write('<td width="327"><img src="../../common/images/spacer.gif" width="327" height="1" border="0" alt=""></td>\n');	document.write('<td width="86"><a href="../../contact/index.html" onMouseOver="changeImages(\'contact\', \'../../common/images/btn_f_contact_on.gif\');" onMouseOut="changeImages(\'contact\', \'../../common/images/btn_f_contact.gif\');"><img src="../../common/images/btn_f_contact.gif" width="86" height="14" border="0" alt="Contact us" name="contact"></a></td>\n');	document.write('<td width="19"><img src="../../common/images/spacer.gif" width="19" height="1" border="0" alt=""></td>\n');	document.write('<td width="65"><a href="../../others/sitemap.html" onMouseOver="changeImages(\'sitemap\', \'../../common/images/btn_f_site_on.gif\');" onMouseOut="changeImages(\'sitemap\', \'../../common/images/btn_f_site.gif\');"><img src="../../common/images/btn_f_site.gif" width="65" height="14" border="0" alt="Sitemap" name="sitemap"></a></td>\n');	document.write('<td width="19"><img src="../../common/images/spacer.gif" width="19" height="1" border="0" alt=""></td>\n');	document.write('<td width="103"><a href="http://www.seiren.com/english/info/privacy.html" target="_blank" onMouseOver="changeImages(\'privacy\', \'../../common/images/btn_f_privacy_on.gif\');" onMouseOut="changeImages(\'privacy\', \'../../common/images/btn_f_privacy.gif\');"><img src="../../common/images/btn_f_privacy.gif" width="103" height="14" border="0" alt="Privacy Policy" name="privacy"></a></td>\n');	document.write('<td width="15"><img src="../../common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr bgcolor="#000066">\n');	document.write('<td colspan="9"><img src="../../common/images/spacer.gif" width="1" height="7" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('</table>\n');	}}/*----------------------------------------------------------- Footer */function footer(pagestatus){	if( pagestatus == "01" ) {	document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">\n');	document.write('<tr>\n');	document.write('<td colspan="4"><img src="common/images/spacer.gif" width="1" height="6" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr>\n');	document.write('<td width="15"><img src="common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('<td width="97"><a href="http://www.seiren.com/english/index.html" target="_blank"><img src="common/images/logo_f_seiren.gif" width="97" height="10" border="0" alt="SEIREN"></a></td>\n');	document.write('<td width="633" align="right" style="font-family: Verdana, Arial, Helvetica;"><span class="fass">Copyright&copy; 2000-<script language="JavaScript" type="text/javascript">credit()</script>&nbsp;SEIREN Co.,Ltd. All rights reserved.</span></td>\n');	document.write('<td width="15"><img src="common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr>\n');	document.write('<td colspan="4"><img src="common/images/spacer.gif" width="1" height="6" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('</table>\n');	}	else if( pagestatus == "02" ) {	document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">\n');	document.write('<tr>\n');	document.write('<td colspan="4"><img src="../common/images/spacer.gif" width="1" height="6" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr>\n');	document.write('<td width="15"><img src="../common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('<td width="97"><a href="http://www.seiren.com/english/index.html" target="_blank"><img src="../common/images/logo_f_seiren.gif" width="97" height="10" border="0" alt="SEIREN"></a></td>\n');	document.write('<td width="633" align="right" style="font-family: Verdana, Arial, Helvetica;"><span class="fass">Copyright&copy; 2000-<script language="JavaScript" type="text/javascript">credit()</script>&nbsp;SEIREN Co.,Ltd. All rights reserved.</span></td>\n');	document.write('<td width="15"><img src="../common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr>\n');	document.write('<td colspan="4"><img src="../common/images/spacer.gif" width="1" height="6" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('</table>\n');	}	else if( pagestatus == "03" ) {	document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">\n');	document.write('<tr>\n');	document.write('<td colspan="4"><img src="../../common/images/spacer.gif" width="1" height="6" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr>\n');	document.write('<td width="15"><img src="../../common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('<td width="97"><a href="http://www.seiren.com/english/index.html" target="_blank"><img src="../../common/images/logo_f_seiren.gif" width="97" height="10" border="0" alt="SEIREN"></a></td>\n');	document.write('<td width="633" align="right" style="font-family: Verdana, Arial, Helvetica;"><span class="fass">Copyright&copy; 2000-<script language="JavaScript" type="text/javascript">credit()</script>&nbsp;SEIREN Co.,Ltd. All rights reserved.</span></td>\n');	document.write('<td width="15"><img src="../../common/images/spacer.gif" width="15" height="1" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('<tr>\n');	document.write('<td colspan="4"><img src="../../common/images/spacer.gif" width="1" height="6" border="0" alt=""></td>\n');	document.write('</tr>\n');	document.write('</table>\n');	}}