
function get_email (var1, var2, var3) {
	document.write('<a href="mailto:')
	document.write(var1 + '@' + var2)
	document.write('" class=\"a\">' + var3 + '</a>')
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
	  window.open(theURL,winName,features);
	}
