//Script Generated from CDImenu-source.js
var rowHighlight = true    // turn on row highlights; var colHighlight = false // turn off row highlights
function getElement(el) {var tagList = new Object; for (var i = 1; i < arguments.length; i++) tagList[arguments[i]] = true; while ((el!=null) && (tagList[el.tagName]==null)) el = el.parentElement; return el} function checkHighlight(which) {var el = getElement(event.srcElement,"TH","TD"); if (el==null) return; if ((el.tagName=="TH") && (colHighlight)) {; var idx = el.cellIndex; var table = getElement(el, "TABLE"); var column = table.all.tags("COL")[idx]; if (which) column.className="cover"; else column.className=""}; if ((el.tagName=="TD") && (rowHighlight)) {; var row = getElement(el, "TR"); var table = getElement(row, "TABLE"); if (which) row.className = "rover";else row.className = "";cache = row}} window.onerror = null; var bName = navigator.appName; var bVer = parseInt(navigator.appVersion); var NS4 = (bName == "Netscape" && bVer >= 4); var IE4 = (bName == "Microsoft Internet Explorer" && bVer >= 4); var NS3 = (bName == "Netscape" && bVer < 4); var IE3 = (bName == "Microsoft Internet Explorer" && bVer < 4); var menuActive = 0; var menuOn = 0; var onLayer; var timeOn = null; if (NS4 || IE4) {; if (navigator.appName == "Netscape") {layerStyleRef="layer."; layerRef="document.layers"; styleSwitch="";}else{; layerStyleRef="layer.style."; layerRef="document.all"; styleSwitch=".style";}}; function showLayer(layerName){; if (NS4 || IE4) {; if (timeOn != null) {clearTimeout(timeOn); hideLayer(onLayer)}; if (NS4 || IE4) {; eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="visible"');} onLayer = layerName}}; function hideLayer(layerName){; if (menuActive == 0) {; if (NS4 || IE4) {; eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="hidden"');}}}; function btnTimer() {timeOn = setTimeout("btnOut()",600)}; function btnOut(layerName) {; if (menuActive == 0) {hideLayer(onLayer)}}; function menuOver() {clearTimeout(timeOn); menuActive = 1}; function menuOut() {; menuActive = 0; timeOn = setTimeout("hideLayer(onLayer)",600)}; function fGetRoot(){alert (document.href);}
//Popup for "email link to a friend"
function EmailLink(){
	var url
	url = 'email.asp?'
	url = url + 'description=' + escape(document.title)
	url = url + '&url=' + escape(document.URL)
	window.open("" + url + "",'email','scrollbars=no,status=no,location=no,resizable=yes,width=425,height=530');
}