build_root="http://www.bcnyachting.com/";
var rootdomain="http://"+window.location.hostname

dm="bcnyachting.com";

email_1="info";

function mail(p) {location="mailto:"+eval("email_"+p)+'@'+dm;}
function tellfriend(){
this_body='Visit this page ';this_body_1=' , sure is interesting for you';
this_url=document.location.href;this_title=document.title;this_body=this_body+this_title+' - '+this_url+' - '+this_body_1;
this_send='mailto:?subject='+this_title+'&body='+this_body;
location=this_send;
}