function safe(a,b) {
	var c;
	c=b+"&#64;"+a;
	document.write("<a href=mailto:"+c+" title="+c+">"+c+"</a>");
}
function leapto2(form) {
var myindex=form.dest2.selectedIndex;
location=form.dest2.options[myindex].value;
}

