﻿// JavaScript Document
selectlanguage=
'<select id="selectlanguage" name="menu1" onchange="MM_jumpMenu(\'parent\',this,0)"> '+
'             <option value="" selected>-----Select Language-----</option> '+
'             <option value="http://www.geovision.co.jp" >Japanese</option> '+
'             <option value="http://www.geovision.com.tw/english/index.asp">English</option> '+
'             <option value="http://www.geovision.com.tw/french/index.htm">French</option> '+
'             <option value="http://www.geovision.com.tw/german/index.htm">German</option> '+
'             <option value="http://www.geovision.com.tw/cn/index.asp" >Simplified Chinese</option> '+
'             <option value="http://www.geovision.com.tw/spanish/index.htm">Spanish</option> '+
'            <option value="http://www.geovision.com.tw/chinese/index.asp" >Traditional Chinese</option> '+
'</select>'

header=
'<table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0"> '+
'              <tr> '+
'                <td width="127" valign="bottom" ><a href="index.htm" hidefocus="true"><img src="images/logo.gif" width="127" height="36" border="0"></a> '+
'                <td align="right" valign="middle"> | <a href="1_2.htm" hidefocus="true">サイトマップ</a> | <a href="1_3.htm" hidefocus="true">人材募集</a> | </td> '+
'                <td width="10"></td> '+
'              </tr> '+
'            </table>'

footer=
'<table width="100%"  border="0" cellpadding="5" cellspacing="0"> '+
'        <tr> '+
'          <td height="1" bgcolor="#FFFFFF"></td> '+
'          <td height="1" bgcolor="#FFFFFF"></td> '+
'          <td height="1" bgcolor="#FFFFFF"></td> '+
'        </tr> '+
'        <tr> '+
'          <td width="100" class="footer">&nbsp;</td> '+
'          <td align="center"><img src="images/cpr.gif" width="224" height="11"></td> '+
'          <td width="170" align="right" class="footer"> | <a href="web.htm" hidefocus="true" target="blank">Webサイトご利用上の注意</a></td> '+
'        </tr> '+
'      </table>'



