 function poptastic(url)
   {
	newwindow=window.open(url,'name','height=300,width=400');
	if (window.focus) {newwindow.focus()}
  }      
  

function mailpage()
{
mail_str = "mailto:?subject=metopo&body=";
mail_str += ". Link: " + location.href; 
location.href = mail_str;
}
