<!--

// ***********************************************

// 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;}

}

//-->
