<!--links script-->
// <![CDATA[

function toggleContent(name,n) {
	var i,t='',el = document.getElementById(name);
	if (!el.origCont) el.origCont = el.innerHTML;
	
	for (i=0;i<n;i++) t += el.origCont;
	el.innerHTML = t;
	}

// ]]>

 <!--javascript menu-->
<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
// End -->

<!--
 
function write_it(status_text)
{
window.status=status_text;
}

-->
