function doEmailPost(id){
	document.emailSpitter.id.value=id;
	document.emailSpitter.submit();
}