/* author: Ian Kelley - www.designbyian.com */
var ie=(document.getElementById && document.all)? true : false;
var ns=(document.getElementById && navigator.appName.indexOf("Netscape")>=0 )? true: false;
var hack; var osize=7; var off=new Array();
for (i=1;i<=osize;i++) { off["more"+i]=0; }
function hoverInfo(soup,fiveManTent) {
	soup.style.display = 'none'; soup.style.cursor = 'default'; fiveManTent.style.display = 'block'; 
}
function moreInfo(m,soup,crackers) {
m="more"+m;
	if (off[m] == 1) { 
	soup.style.visibility = 'hidden'; soup.style.display = 'none'; crackers.src = './images/plus.png'; off[m]=0;
	}
	else {
	hack = soup; hack.style.visibility = 'visible'; hack.style.display = 'block'; crackers.src = './images/minus.png'; off[m]=1;
	}
}
function over(aardvark,flag) {
	if (flag == "1") { aardvark.style.textDecoration ='none'; aardvark.style.cursor ='auto'; }
	else { aardvark.style.textDecoration ='underline'; aardvark.style.cursor ='pointer'; }
}
