<!--
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(){
 if (document.all) { window.external.AddFavorite('http://www.big-deal.ru/','Каталог товаров и услуг - Big Deal!'); }
}

function WFOpen(file)
{
    myWin= open( "/image.php?img="+file,"", "width=400,height=500,status=yes,toolbar=no,directories=no,location=no,resizable=yes,scrollbars=yes,menubar=no");
}


function WFOpenImage(file, name)
{
    myWin= open( "/image.php?img="+file+"&name="+name,"Image", "width=400,height=500,status=yes,toolbar=no,directories=no,location=no,resizable=yes,scrollbars=yes,menubar=no");
}

function WFOpenImageDia(file, name, w, h)
{
    myWin= open( "/image.php?img="+file+"&name="+name,"Image", "width="+ w +",height="+ h +",status=yes,toolbar=no,directories=no,location=no,resizable=yes,scrollbars=no,menubar=no");
}
// -->
