// JavaScript Document




var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
var pageTracker = _gat._getTracker("UA-10984689-1");
pageTracker._trackPageview();
} catch(err) {}

/* ]]>
function toggleMoreInfo(id, enabled) {
	document.getElementById(id).style.display = (enabled ? "block" : "none");
} */


/*function dropList(){
	if tab1 is clicked
	then drop down list1
	document.getElementById()*/
	/*if tab2 is clicked
	then droop down list2*/
	
	/*if tab3 is clicked
	then drop down list3*/
	
	/*if tab4 is clicked
	then drop down list4
	
}*/

/*javascript from suckerfish menus for old browsers*/
sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

