function jumpto(x){
	if (document.mapform.jump.value != "null") {
		document.location.href = x
	}
}
function navJump(x){
	if (document.dropform.jump.value != "null") {
		document.location.href = x
	}
}


function writeemail(user) {    
	emailE =(user + '@' + 'golfadventures.com');
    document.write('<A HREF="mailto:' + emailE + '">' + emailE + '</a>');
}
