////////////////////////////
//
// DISPLAY TOGGLE 
// EMAIL MASKING
//
////////////////////////////

function MaskAddress(server, userID, contact_name) {
	location = "mail" + "to" + ":" + userID + "%40" 
				+ (server ? server : "morena-tile.com") 
				+ "?subject=Online%20Request%20for%20Employment";
}

////////////////////////////
//
//
////////////////////////////
