// JavaScript Document
var overIMG1 = new Image(77,21);
overIMG1.src = "images/add_page2.jpg";
var overIMG2 = new Image(77,21);
overIMG2.src = "images/main_page2.jpg"
document.write("<img src=images/logo.jpg /></div><div style=float:right; width:200px; align=center><br />");
document.write("<br />");
var thisHREF = document.location.href;  
var tmpHPage = thisHREF.split( "/" ); 
var thisHPage = tmpHPage[ tmpHPage.length-1 ];
if(thisHPage.indexOf("aboutus")!=-1){
	thisHPage="aboutus.html";
	
}else if(thisHPage.indexOf("new")!=-1){
	thisHPage="news.php";
	
}
else if(thisHPage.indexOf("products")!=-1){
	thisHPage="products.html";
	
}
document.write("<a target=_top href='http://www.china-hkt.com/"+thisHPage+"'><img src=images/add_page.jpg border=0 / onmouseover='this.src=overIMG1.src' onmouseout=\"this.src='images/add_page.jpg'\"></a>&nbsp;&nbsp;<a target=_top href='http://www.china-hkt.com/gb2312/"+thisHPage+"'><img src=images/main_page.jpg border=0 onmouseover='this.src=overIMG2.src' onmouseout=\"this.src='images/main_page.jpg'\"/></a>");
