// This function is the default jump menu script
function writeEmailAddress(box,dom,ext) { 
	document.write('<a href="' + 'mail' + 'to:' + box + '@' + dom + '.' + ext + '">' + box + '@' + dom + "." + ext + '</a>');
}
