function MM_reloadPage(init) {  //
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


function trimitePagina() {
  mail_str = "mailto:?subject= " + document.title;
  mail_str += "&body= I recommend this Embassy's webpage: " + document.title;
  mail_str += ". You should check this out at, " + location.href; 
  location.href = mail_str;
}

function newsletterPopup(loc) {
newwin=window.open(loc,'news','toolbar=yes,location=yes,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no, width=700, height=600');
}

function loadPage(loc) {
	if (!opener)
		creator.location = loc;
	else	opener.location = loc;
window.close();
}
