function swapBg() { 
	var i,j=0,x,a=swapBg.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
		if ((a[i]!=currentexclude)&&((x=MM_findObj(a[i]))!=null)){document.MM_sr[j++]=x; if(!x.obackground) x.obackground=x.background; x.background=a[i+2];}
}

function fixBg() { 
	var i,j=0,x,y,a=fixBg.arguments; 
	document.MM_sr=new Array; 
	for(i=0;i<(a.length-2);i+=4) {
		if ((x=MM_findObj(a[i]))!=null) {
			document.MM_sr[j++]=x; 
			if(!x.obackground) x.obackground=x.background; 
			x.background=a[i+2];
			x.firstChild.href+="?cs="+a[i+3];
			if (MM_findObj(currentexclude)!=null) {
				MM_findObj(currentexclude).background=a[i+1];
			}
			currentexclude=a[i];
		}
	}
}

function forceBg() { 
	var i,j=0,x,y,a=forceBg.arguments; 
	document.MM_sr=new Array; 
	for(i=0;i<(a.length-2);i+=3) {
		if ((x=MM_findObj(a[i]))!=null) {
			document.MM_sr[j++]=x; 
			if(!x.obackground) x.obackground=x.background; 
			x.background=a[i+2];
			if (MM_findObj(currentexclude)!=null) {
				MM_findObj(currentexclude).background=a[i+1];
			}
			currentexclude=a[i];
		}
	}
}


function followlink(par) {
	location.href=par.firstChild.href;
	if (par.firstChild.onclick) eval(par.firstChild.onclick+"\nanonymous();");
}	

function setExclude(excl) {
	currentexclude=excl;
}

function deactivate(excl) {
	if ((x=MM_findObj(excl))!=null) {
		x.removeAttribute("onclick");
		x.appendChild(x.firstChild.firstChild);
		x.removeChild(x.firstChild);
		x.style.cursor="default";
	}	
}	

