function postage(one,two,three){ 
   window.location = 'mailto:'+one+two+three;
} 
/*
	<img src="123.jpg" alt="email" width="100" height="40" border="0" onmouseover="this.style.cursor='hand'" onclick="postage('info@c','n','n.com');"/>
*/