<!--
//Opens a new window
function openWindow(theURL,winName,features) { //v1.0
  window.open(theURL,winName,features);
}


browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

if(document.images) {

navigator_on = new Image()
navigator_on.src = "gif/navigator_on.gif"
navigator_off = new Image()
navigator_off.src = "gif/navigator_off.gif"

// default image -->

description_on = new Image()
description_on.src = "gif/site_map.gif"
description_off = new Image()
description_off.src = "gif/transpace.gif"

}

function toggle(imgName,imgSrc) {
	if (document.images) {
		document[imgName].src = eval(imgSrc + ".src")
	}
}

-->
