﻿//====================================
//	Function
//====================================
// Function

var tempVar = "";
var tempPos = "";
var pathname = window.location.href.toLowerCase();

tempPos = pathname.lastIndexOf("/");
pathname = pathname.substring(tempPos+1,pathname.length);

if (pathname.indexOf("welcome.htm")!=-1)
{
	pathname = "index.htm"
}


root_path	=	'/';
text_path	=	'/text/eng/indexpage.htm';
search_path	=	'/text/eng/search/';
sitemap_path = '/text/eng/sitemap/index.htm';
enquiry_path =	'/text/eng/contact.htm';
gic_path	= 'http://www.gov.hk/en/residents/';
img_path	=	'/eng/images/top/';



//=====================================
// Display
document.write("<table width=\"600\" cellpadding=\"0\" cellspacing=\"0\" border=0><tr>");
document.write("<td>");
document.write(" | <a href=\"../../index.htm\" class=\"in\">Home</a> ");
document.write(" | <a href=\"javascript:LangSwitch('/chi/');\" class=\"in\">繁體版</a> ");
document.write(" | <a href=\"javascript:LangSwitch('/gb/');\" class=\"in\">簡體版</a> ");
document.write(" | <a href=\"../../eng/"+pathname+"\" class=\"in\">Graphic Version</a> ");
document.write(" | <br>");
document.write(" | <a href=\""+enquiry_path+"\" class=\"in\">Contact Us</a> ");
document.write(" | <a href=\""+gic_path+"\" class=\"in\">GovHK</a> ");
document.write(" | ");
document.write("</td></tr></table>");
