<!--
document.open();
document.write("<td colspan=\"4\" align=\"RIGHT\">");


if (globalNav == "home") {
	document.write("<img src=\"../images/g01_on.gif\" width=35 height=37 border=0 alt=\"\" name=\"home\">");
} else {
	if (globalNav != '')
	{
		document.write("<a href=\"../index.html\" onmouseover=\"imgOff(globalNav);imgOn('home');\" onmouseout=\"imgOn(globalNav);imgOff('home');\"><img src=\"../images/g01_off.gif\" width=35 height=37 border=0 alt=\"\" name=\"home\"></a>");
	} else {
		document.write("<a href=\"../index.html\" onmouseover=\"imgOn('home');\" onmouseout=\"imgOff('home');\"><img src=\"../images/g01_off.gif\" width=35 height=37 border=0 alt=\"\" name=\"home\"></a>");
	}
}
if (globalNav == "boccard") {
	document.write("<img src=\"../images/g02_on.gif\" width=100 height=37 border=0 alt=\"\" name=\"boccard\">");
} else {
	if (globalNav != '')
	{
		document.write("<a href=\"http://www.boci.com.hk\" target=\"_blank\" onmouseover=\"imgOff(globalNav);imgOn('boccard');\" onmouseout=\"imgOn(globalNav);imgOff('boccard');\"><img src=\"../images/g02_off.gif\" width=100 height=37 border=0 alt=\"\" name=\"boccard\"></a>");
	} else {
		document.write("<a href=\"http://www.boci.com.hk\" target=\"_blank\" onmouseover=\"imgOn('boccard');\" onmouseout=\"imgOff('boccard');\"><img src=\"../images/g02_off.gif\" width=100 height=37 border=0 alt=\"\" name=\"boccard\"></a>");
	}
}
if (globalNav == "contact") {
	document.write("<img src=\"../images/g03_on.gif\" width=124 height=37 border=0 alt=\"\" name=\"contact\">");
} else {
	if (globalNav != '')
	{
		document.write("<a href=\"../contact.html\" onmouseover=\"imgOff(globalNav);imgOn('contact');\" onmouseout=\"imgOn(globalNav);imgOff('contact');\"><img src=\"../images/g03_off.gif\" width=124 height=37 border=0 alt=\"\" name=\"contact\"></a>");
	} else {
		document.write("<a href=\"../contact.html\" onmouseover=\"imgOn('contact');\" onmouseout=\"imgOff('contact');\"><img src=\"../images/g03_off.gif\" width=124 height=37 border=0 alt=\"\" name=\"contact\"></a>");
	}
}
if (globalNav == "guide") {
	document.write("<img src=\"../images/g04_on.gif\" width=64 height=37 border=0 alt=\"\" name=\"guide\">");
} else {
	if (globalNav != '') {
		document.write("<a href=\"../guide.html\" onmouseover=\"imgOff(globalNav);imgOn('guide');\" onmouseout=\"imgOn(globalNav);imgOff('guide');\"><img src=\"../images/g04_off.gif\" width=64 height=37 border=0 alt=\"\" name=\"guide\"></a>");
	} else {
		document.write("<a href=\"../guide.html\" onmouseover=\"imgOn('guide');\" onmouseout=\"imgOff('guide');\"><img src=\"../images/g04_off.gif\" width=64 height=37 border=0 alt=\"\" name=\"guide\"></a>");
	}
}
if (globalNav == "hotline") {
	document.write("<img src=\"../images/g05_on.gif\" width=93 height=37 border=0 alt=\"\" name=\"hotline\">");
} else {
	if (globalNav != '') {
		document.write("<a href=\"../hotline.html\" onmouseover=\"imgOff(globalNav);imgOn('hotline');\" onmouseout=\"imgOn(globalNav);imgOff('hotline');\"><img src=\"../images/g05_off.gif\" width=93 height=37 border=0 alt=\"\" name=\"hotline\"></a>");
	} else {
		document.write("<a href=\"../hotline.html\" onmouseover=\"imgOn('hotline');\" onmouseout=\"imgOff('hotline');\"><img src=\"../images/g05_off.gif\" width=93 height=37 border=0 alt=\"\" name=\"hotline\"></a>");
	}	
}

document.write("</td>");
document.close();
//-->
