<!-- // Hide script from older browsers

<!-- begin frambuster -->
if ( top != self )
{
    top.location.href = unescape(window.location.pathname);
}
<!-- end framebuster -->

<!-- begin pop-up window -->
function displayWindow(url, width, height) {
	var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height +  ',resizable=0,scrollbars=yes,menubar=no,status=no' );
}
<!-- end pop-up window -->
<!-- begin named pop-up window -->
function displayNamedWindow(url, name, width, height) {
	var Win = window.open(url,name,'width=' + width + ',height=' + height +  ',resizable=1,scrollbars=yes,menubar=no,status=no' );
}
<!-- end named pop-up window -->
<!-- begin hiding javascript errors -->
function stopError() {
	return true;
}
window.onerror = stopError;
<!-- end hiding javascript errors -->

<!-- begin jump menu for NS 4.78 and above -->
function jumpBox(list) {
  location.href = list.options[list.selectedIndex].value
}
<!-- end jump menu -->

<!-- begin current year -->
function currentYear() {
document.write(new Date().getFullYear());
}
<!-- end current year -->

// end hiding contents -->
