<!-- Hide script from old browsers

var index_page = "../../../404.htm";

version = parseInt(navigator.appVersion);

if (top.location == self.location) {

if (version > 3) {
initialize();
parent.location = index_page;
}
}

// End hiding script from old browsers -->

function clrBar(line,face)
		{
		with(document.body.style)
			{
			scrollbarDarkShadowColor="#000000";
			scrollbar3dLightColor="#336699";
			scrollbarArrowColor="#e4bd45";
			scrollbarFaceColor="#0868c2";
			scrollbarHighlightColor="#b5b5f4";
			scrollbarShadowColor="#000000";
			scrollbarTrackColor="#63a8e9";
			}
		}
function setcolor()
		{
		var w = document.body.clientWidth;
		var h = document.body.clientHeight;
		var x = event.clientX;
		var y = event.clientY;
		if(x>w) clrBar("#336699","#336699"); // Colors of active state
		else clrBar("#336699","#336699"); // Colors of normal state
		}
if (document.all){
clrBar(null,null);
document.onmousemove=setcolor;
}
//------- Source Code Generator - La Minh Khanh ------ //
-->
