function mailpage()
{
mail_str = "mailto:?subject=Nissan Qatar: Web Site"
mail_str += "&body=" + "Please visit this page: " + location.href;
location.href = mail_str;
}


function open_mediachannel(openurl)
{ window.open(openurl, '_blank','left=0 top=0 height=768px width=1019px ' +'resizable=no scrollbars=no menubar=no location=no status=no'); }

try {
  document.execCommand('BackgroundImageCache', false, true);
}
catch(e){}