<!--
// Style definitions
if(iIE4) {
	document.write('<STYLE TYPE="text/css"><!--');
	document.write('DIV.button {width: 100%; border: solid 2px #BCE2DA; cursor: hand;}');
	document.write('DIV.button A:active {text-decoration: none; background-color: transparent;}');
	document.write('DIV.button A:hover {text-decoration: none;}');
	document.write('--><\/STYLE>');
}
else {
	document.write('<STYLE TYPE="text/css"><!--');
	document.write('DIV.button {padding: 2px 2px 2px 2px;}');
	if(iNN4) {
		document.write('#L1, #L2, #L3, #L4, #L5, #L6, #L7, #L8 {position: relative;}');
		}
	document.write('--><\/STYLE>');
}

// Hovering for IE4.x
var bg = Array("#BCE2DA", "#A8D7CC", "#FF9F40");
var bc = Array("#BCE2DA", "#FFFFFF", "#FFFFFF");
var bs = Array("solid", "outset", "inset");
var cc = Array("#8F3032", "#FF6666", "#FFFFFF");
function TurnButton(obj, n) {
	if(iIE4) {
		obj.style.backgroundColor = bg[n];
		obj.style.borderColor = bc[n];
		obj.style.borderStyle = bs[n];
		obj.children(0).style.color = cc[n];
	}
}
function DivClick(obj) {
	if(iIE4) {location.href = obj.children(0).href;}
}
//-->

