//Function to open pop up window
function openVideo(theURL) {

  	window.open("videoplayer.asp?vidurl=video/media/"+theURL, "", "toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=400,height=375");
}

function openImage(theURL) {

  	window.open("imageviewer.asp?imgurl=images/photos/"+theURL, "", "toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=400,height=440");
}

function go_map3()    
{	if ( (document.mapmaker3.Start_Town_3.value != "") && (document.mapmaker3.Destination_Town_3.value != "" ))
		{	window.document.mapmaker3.submit();
		}
	else
		{	alert('Route Map - Please enter a value for the FROM and TO destination fields');
		}
}
