function post(name,id) {
	
	var POST	= document.getElementById("fs").name;
	
	
		 if (id == 'BCH') var TLD = "bayer";
		 
	else if (id == 'BHC') var TLD = "bayerhealthcare";
	else if (id == 'BSP') var TLD = "bayerscheringpharma";
	
	var HREF	= POST.substr(0,7) + name + POST.substr(11,1) + TLD + POST.substr(22,1) + POST.substr(23,2);
	
	this.location.href = HREF;
}


function post_new(name,id,email) {
	
	var POST	= email;
	
	var mto		= POST.substr(0,7);
	var dom		= POST.substr(11,6);
	var tld		= POST.substr(22,3);
	
	
		 if (id == 'BCH') var HREF = mto + name + dom + tld;
		 
	else if (id == 'BCS') var HREF = mto + name + dom + "cropscience.com";
	else if (id == 'BSP') var HREF = mto + name + dom + "sheringpharma" + tld;
	
	this.location.href = HREF;
}