<!--
function PopUp(filename, winheight, winwidth, scrx, scry, scrl){
id=window.open(filename,"popDialog","height="+winheight
+",width="+winwidth+",top="+scry+",left="+scrx
+",toolbar=no,status=no,scrollbars="+scrl+",location=no,menubar=no,directories=no,resizable=yes");
id.focus(); }
//-->
<!--
function mailpage()

{

  mail_str = "mailto:?subject= " + document.title;

  mail_str += "&body= Привет! Посмотри на ориентальных и сиамских кошек."

  mail_str += " Вот адрес этой страницы: " + location.href; 

  location.href = mail_str;

}

// -->
