﻿var sPage_languages = window.location.pathname;
//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
var sPage_languages = sPage_languages.substring(sPage_languages.lastIndexOf('/') + 1);
//alert(sPage_languages);

document.write("Language: ");
document.write("<select name='languages' onchange=\"MM_jumpMenu('parent',this,0)\">");

if(sPage_languages == 'index.htm')
{ document.write("<option value='index.htm' selected>English</option>"); }
else
{ document.write("<option value='index.htm'>English</option>"); }

if(sPage_languages == 'http://www.rdc.com.tw/tw/index.htm')
{ document.write("<option value='http://www.rdc.com.tw/tw/index.htm' selected>繁体中文</option>"); }
else
{ document.write("<option value='http://www.rdc.com.tw/tw/index.htm'>繁体中文</option>"); }

if(sPage_languages == 'http://cn.rdc.com.tw/index.htm')
{ document.write("<option value='http://cn.rdc.com.tw/index.htm' selected>簡體中文</option>"); }
else
{ document.write("<option value='http://cn.rdc.com.tw/index.htm'>簡體中文</option>"); }

document.write("</select>");
document.write("&nbsp; l&nbsp; <a href='partner/index.htm'>RDC Distributors</a>");
document.write("&nbsp; l&nbsp; <a href='sitemap/index.htm'>Site Map</a><br /><br />");