function add(one,two,three){
	window.open("ma" + "ilto" + ":" + one + "@" + two + "." + three);
}

