<!-- Begin
function leapto(form) {
var myindex=form.dest.selectedIndex
location.href=(form.dest.options[myindex].value);
// You can output to ANY frame using:  parent.[framename].location.href
}
// End -->



<!-- Begin
window.onload=function() {
links=document.getElementsByTagName('a');
for(c=0;c<links.length;c++) {
if(links[c].className=='bm') { /*this specifies the bookmark links by class*/
links[c].onclick=function() {
bookmarks(this.title,this.href);
}
}
}
}
// End -->



<!-- Begin
function bookmarks(title,url){
if(window.sidebar) {
window.sidebar.addPanel(title,url,'');
}
else {
if((window.opera)&&(window.print)){
lnk=document.createElement('a');
lnk.setAttribute('href',url);
lnk.setAttribute('title',title);
lnk.setAttribute('rel','sidebar');
lnk.click();
}
else {
window.external.AddFavorite(url,title);
}
}
}
// End -->



<!-- Begin Archive Menu script
var toggleMenu = {
	init : function(sContainerClass, sHiddenClass) {
		if (!document.getElementById || !document.createTextNode) {return;} // Check for DOM support
		var arrMenus = this.getElementsByClassName(document, 'ul', sContainerClass);
		var arrSubMenus, oSubMenu, oLink;
		for (var i = 0; i < arrMenus.length; i++) {
			arrSubMenus = arrMenus[i].getElementsByTagName('ul');
			for (var j = 0; j < arrSubMenus.length; j++) {
				oSubMenu = arrSubMenus[j];
				oLink = oSubMenu.parentNode.getElementsByTagName('a')[0];
				oLink.onclick = function(){toggleMenu.toggle(this.parentNode.getElementsByTagName('ul')[0], sHiddenClass); return false;}
				this.toggle(oSubMenu, sHiddenClass);
			}
		}
	},
	toggle : function(el, sHiddenClass) {
		var oRegExp = new RegExp("(^|\\s)" + sHiddenClass + "(\\s|$)");
		el.className = (oRegExp.test(el.className)) ? el.className.replace(oRegExp, '') : el.className + ' ' + sHiddenClass; // Add or remove the class name that hides the element
	},
/* addEvent function from http://www.quirksmode.org/blog/archives/2005/10/_and_the_winner_1.html */
	addEvent : function(obj, type, fn) {
		if (obj.addEventListener)
			obj.addEventListener(type, fn, false);
		else if (obj.attachEvent) {
			obj["e"+type+fn] = fn;
			obj[type+fn] = function() {obj["e"+type+fn](window.event);}
			obj.attachEvent("on"+type, obj[type+fn]);
		}
	},
/*
Written by Jonathan Snook, http://www.snook.ca/jonathan
Add-ons by Robert Nyman, http://www.robertnyman.com
*/
	getElementsByClassName : function(oElm, strTagName, strClassName){
	    var arrElements = (strTagName == "*" && document.all)? document.all : oElm.getElementsByTagName(strTagName);
	    var arrReturnElements = new Array();
	    strClassName = strClassName.replace(/\-/g, "\\-");
	    var oRegExp = new RegExp("(^|\\s)" + strClassName + "(\\s|$)");
	    var oElement;
	    for(var i=0; i<arrElements.length; i++){
	        oElement = arrElements[i];      
	        if(oRegExp.test(oElement.className)){
	            arrReturnElements.push(oElement);
	        }   
	    }
	    return (arrReturnElements)
	}
};
toggleMenu.addEvent(window, 'load', function(){toggleMenu.init('Amenu','Ahidden');});
// End Archive Menu script -->




<!------ Start HEAD Section Of Code ------>
<!--- BLINK TEXT --->
<!--- allows the following to use the <blink> html code for that browser. ---->
<!--- IE, Firefox1.5.0.2, Opera9.0 and AOL Explorer1.2 ---->
<!--
function doBlink() {
					var blink = document.all.tags("BLINK")
						for (var i=0; i<blink.length; i++)
						blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : "" 
					}
					
function startBlink() {
						if (document.all)
						setInterval("doBlink()",550)
					}
					window.onload = startBlink;
// -->
<!------ End HEAD Section Of Code ------>


function ChangeMe()
{
document.getElementById("name").value="";
}







function addlinkDisable( theForm ) {
        cBox = theForm.linkloc; boxValue = cBox.options[cBox.selectedIndex].value;
        if( boxValue == "submit_to" ) {
				topbox.style.display = "none";
				sourcebox.style.display = "none";
				bottombox.style.display = "block";
		} else if ( boxValue == "fot" ) {
				topbox.style.display = "block";
				sourcebox.style.display = "none";
				bottombox.style.display = "none";
		} else if ( boxValue == "ta" ) {
				topbox.style.display = "block";
				sourcebox.style.display = "none";
				bottombox.style.display = "none";
		} else {
				topbox.style.display = "block";
				sourcebox.style.display = "block";
				bottombox.style.display = "none";
				}
}

function editlinkDisable( theForm ) {
        cBox = theForm.linkloc; boxValue = cBox.options[cBox.selectedIndex].value;
        if( boxValue == "submit_to" ) {
				topbox.style.display = "none";
				sourcebox.style.display = "none";
				bottombox.style.display = "block";
		} else if( boxValue == "fot" ) {
				topbox.style.display = "block";
				sourcebox.style.display = "none";
				bottombox.style.display = "none";
		} else if( boxValue == "ta" ) {
				topbox.style.display = "block";
				sourcebox.style.display = "none";
				bottombox.style.display = "none";
		} else {
				topbox.style.display = "block";
				sourcebox.style.display = "block";
				bottombox.style.display = "none";
				}
}