function mailpage()
{
mail_str = "mailto:?subject= Perth Motors.";
mail_str += "&body= Hi!   Thought you might be interested.   I found this Web site about   Perth Motors.   It looks like a great place for tires. ";
mail_str += ". Check it  out at   http://www.perthmotors.com/"; 
location.href = mail_str;
}

<!--
//
var bookmarkurl="http://www.beautifulperth.com/"
var bookmarktitle="_Perth Motors"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//-->