<!--
   but1 = new Image();
   but1.src = '/element/left_top1f.jpg';
   but2 = new Image();
   but2.src = '/element/logof.gif';
 
 function changeIm(act)
 { 
  if(act == 1) {
   document.all['left_top1'].src = '/element/left_top1f.jpg';
   document.all['logo'].src = '/element/logof.gif';
  }else{
   document.all['left_top1'].src = '/element/left_top1.jpg';
   document.all['logo'].src = '/element/logo.gif';
  }
 }

function MailForm()
{
 var print_send;
 print_send = "ОШИБКА!\nЗаполните эти поля.\n\n Отправитель \n Сообщение";
 
 if (document.formm.last_name.value=="")
 {
 alert(print_send);
 document.formm.last_name.focus();
 return;
 }
 if (document.formm.message.value=="")
 {
 alert(print_send);
 document.formm.message.focus();
 return;
 }
 document.formm.act.value='submit';
 document.formm.submit();
}

function ph_help()
{
  var dialogps;
  dialogps = window.showModalDialog("helpfile/help.html","help","dialogWidth:750px; dialogHeight:550px; center:1; help:0; resizable:1; status:0");
}

function addbookmark(bookmarkurl, bookmarktitle){
 if (document.all) { window.external.AddFavorite(bookmarkurl,bookmarktitle); }
}
// -->
