/*compressed*/function goTarget(where){var site="";var path="";var base="";var pos;var appName=escape(navigator.appName);var appVersion=escape(navigator.appVersion);path=window.location.pathname;pos=path.indexOf("/cgi-bin/TEIKOKU");if(pos<0){pos=path.indexOf("/TEIKOKU");}if(pos>0){base=path.substring(0,pos);}if(where==0){site="/cgi-bin/TEIKOKU/swt_logout.cgi?"+"DMY="+Math.floor(Math.random()*10000);}else if (where==1){site="/cgi-bin/TEIKOKU/swt_login.cgi?"+"MODE=1"+"&appName="+appName+"&appVersion="+appVersion+"&DMY="+Math.floor(Math.random()*10000);}else if (where==2){site="/cgi-bin/TEIKOKU/swt_login.cgi?"+"MODE=2"+"&appName="+appName+"&appVersion="+appVersion+"&DMY="+Math.floor(Math.random()*10000);}else if (where==3){site="/cgi-bin/TEIKOKU/swt_login.cgi?"+"MODE=3"+"&appName="+appName+"&appVersion="+appVersion+"&DMY="+Math.floor(Math.random()*10000);}else if (where==4){site="/SENTAKU_NEO/index.htm";}else if (where==5){site="/TEIKOKU/swt_faq_top.html";}else if (where==6){site="/cgi-bin/TEIKOKU/swt_enq.cgi?"+"DMY="+Math.floor(Math.random()*10000);}window.document.location.href=base+site;return;};
