// JavaScript Document
function sendMail (imageid) {
		
   var hedef  = 'mailto:'+imageid.id;
   location.href = hedef;
}