// JavaScript Document
function gotosite()
{
	var URL = document.thelinks.linkslist.options[document.thelinks.linkslist.selectedIndex].value; 
	//window.location.href = URL;
	window.open(URL);
} 

function gotopage()
{
	var URL = document.thePagelinks.Pagelinkslist.options[document.thePagelinks.Pagelinkslist.selectedIndex].value; 
	window.location.href = URL;
} 
function gotopage2()
{
	var URL = document.thePagelinks2.Pagelinkslist2.options[document.thePagelinks2.Pagelinkslist2.selectedIndex].value; 
	window.location.href = URL;
} 
function webcastarchive()
{
	var URL = document.thewebcastarchive.webcastlist.options[document.thewebcastarchive.webcastlist.selectedIndex].value; 
	window.location.href = URL;
} 
