function processForm()
{
	index = document.globaltrekForm.destination.selectedIndex;
	window.location = document.globaltrekForm.destination[index].value ;
}
function openAbout(url)
{
	width=580
	height=450
	
	var features = "width="+width+",height="+height+",scrollbars=auto,resizable=yes";
	window.open(url,"GlobalTrek",features).focus();
}
function G_pop(url,name,features)
{
	window.open(url,"GlobalTrek",features).focus();
}