

function click(e){if (document.all) if (event.button == 2) return false;if
(document.layers) if (e.which == 3) return false;}
function click2(){event.returnValue=false;return false;}if (document.layers)
document.captureEvents(Event.MOUSEDOWN);document.onmousedown=click;document.oncontextmenu=click2;

var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settings)
if(win.window.focus){win.window.focus();}
}


var isNav, isIE;
var isMac = false;
var coll = "";
var styleObj = "";
var clearMe;

window.name = "View";

if((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) < 6)) {
	isNav = true;
} else {
	isIE = true;
	coll = "all.";
	styleObj = ".style";
}

if (navigator.platform.indexOf("Mac") != -1) {
	isMac = true;
}

	if (isNav) {
		if (isMac) {
			document.write('<link rel="stylesheet" href="hfl_stylesNM.css" type="text/css">');
		} else {
			document.write('<link rel="stylesheet" href="hfl_stylesN.css" type="text/css">');
		}
	} else {
		document.write('<link rel="stylesheet" href="hfl_styles.css" type="text/css">');
	}




