//MouseOverfunction imageOver(image){	if (image.toUpperCase() != 'index.htm') eval("document."+image+".src=document."+image+".src.replace('.gif', 'ROLL.gif');");}//MouseOutfunction imageOut(image){	if (image.toUpperCase() != 'index.htm') eval("document."+image+".src=document."+image+".src.replace('ROLL', '');");}

function expand(theTable,theImg){if (document.getElementById(theTable).style.display == 'none')   {   document.getElementById(theTable).style.display = 'block';   document.getElementById(theImg).src='images/onButton.gif';   }   else   {   document.getElementById(theTable).style.display = 'none';      document.getElementById(theImg).src='images/offButton.gif';   }}

function expand_em(theTable,theImg){if (document.getElementById(theTable).style.display == 'none')   {   document.getElementById(theTable).style.display = 'block';   document.getElementById(theImg).src='images/onButton_em.gif';   }   else   {   document.getElementById(theTable).style.display = 'none';      document.getElementById(theImg).src='images/offButton_em.gif';   }}

function expand_pre(theTable,theImg){if (document.getElementById(theTable).style.display == 'none')   {   document.getElementById(theTable).style.display = 'block';   document.getElementById(theImg).src='images/onButton_pre.gif';   }   else   {   document.getElementById(theTable).style.display = 'none';      document.getElementById(theImg).src='images/offButton_pre.gif';   }}

function campaignNav(which,count) {	var theSplit = which.id.split('_');	for (i=1; i<=count; i++){		document.getElementById(theSplit[0]+'_'+i).className = (i==theSplit[1]) ? 'Over' : '';	}		var theSplit2 = document.getElementById('pscreen').src.split('_');	document.getElementById('pscreen').src = theSplit2[0]+'_'+theSplit2[1]+'_'+theSplit[1]+'.jpg';}

function pasuser(form) {if (form.id.value=="member") { if (form.pass.value=="trannyriot!") {              location="index2.html" } else {alert("Invalid Password")}} else {  alert("Invalid UserID")}}

function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}