sc_path = "http"+"://"+"sc.fso-createhk.gov.hk/gb/www.fso-createhk.gov.hk" + "/chinese/";

sc_path1 = "http"+"://"+"sc.fso-createhk.gov.hk/gb/www.fso-createhk.gov.hk";

en_path = "http"+"://"+"www.fso-createhk" + ".gov.hk/";

en_path1 = "http"+"://"+"www.fso-createhk" + ".gov.hk";

tc_path = "http"+"://"+"www.fso-createhk" + ".gov.hk/chinese/";

tc_path1 = "http"+"://"+"www.fso-createhk" + ".gov.hk";

function show_but(page) {
if (location.href.toString().search('/gb/') != -1) {document.write("<a href=\""+tc_path+page+"\"><img src=\"http://www.fso-createhk.gov.hk/accessibility/chi/index_images/language_tc.gif\" border=\"0\" WIDTH=\"83\" HEIGHT=\"25\" longdesc=\"index_images/indexspacer.txt\" alt=\"繁體中文\"></a>");}
else {document.write("<a href=\""+sc_path+page+"\"><img src=\"../accessibility/eng/index_images/language_sc.gif\" border=\"0\" WIDTH=\"83\" HEIGHT=\"25\" longdesc=\"index_images/indexspacer.txt\" alt=\"簡體中文\"></a>");}
}

function sc_link(page) {
document.location=sc_path + page;
}