 
/*
preload navigation rollover images
*/
/*
<!--
if (document.images)
   {
Image1= new Image()
Image1.src = "http://localhost/vsnet2/templates/vsnet2/images/top_button_roll1.gif"
Image2 = new Image()
Image2.src = "http://localhost/vsnet2/templates/vsnet2/images/top_button_roll2.gif"
Image3 = new Image()
Image3.src = "http://localhost/vsnet2/templates/vsnet2/images/bottom_button_roll1.gif"
Image4 = new Image()
Image4.src = "http://localhost/vsnet2/templates/vsnet2/images/bottom_button_roll2.gif"
}
//-->
*/

<!--//--><![CDATA[//><!--
/*
CSS Dropdowns for IE - from http://www.alistapart.com/articles/dropdowns/ 
*/

startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}
window.onload=startList;

//--><!]]>



<!--
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// Automated DropDown Menu
// from http://www.cgiscript.net/cgi-script/csNews/csNews.cgi?database=js%2edb&command=viewone&id=64&op=t
// ***********************************************

function goThere(form){
	var linkList=form.selectThis.selectedIndex
	if(!linkList==""){window.location.href=form.selectThis.options[linkList].value;}
}
//-->

