function ShowMenu() {
	document.getElementById("ProxMenuSub").style.display = "block";
	}
	
function HideMenu() {
	document.getElementById("ProxMenuSub").style.display = "none";
	}	
	
function ShowIcon() {
	document.getElementById("ProxMenuMain").style.display = "none";
	document.getElementById("ProxIcon").style.display = "block";
	}
	
function HideIcon() {
	document.getElementById("ProxIcon").style.display = "none";
	document.getElementById("ProxMenuMain").style.display = "block";	
	}

function tkills() {
var spans=window.document.getElementsByTagName('span'); for(var i=0;i<spans.length;i++){ if(spans[i].className=='Prox'){ if(spans[i].style.display!='inline'){ spans[i].style.display='inline'; } else{ spans[i].style.display='none'; } } }; void(null);
}

function translate() {
location.href='http://babelfish.altavista.com/cgi-bin/translate?jss&urltext='+escape(window.location)
}

function shrtlink() {
var maslWindow=window.open('', '','scrollbars=yes,toolbar=no,location=no,width=660,height=400');maslWindow.document.write('<html><head><title>Make A Shorter Link</title></head><body><form name=\'maslForm\' action=\'http:/' + '/makeashorterlink.com/index.php\' method=\'post\'><INPUT name=\'url\' type=\'hidden\' value=\'' + window.location.href + '\' /></form></body></html>');maslWindow.document.maslForm.submit();
}