function checkit() {
if (document.Mail.Name.value == "") {
alert("Укажите свое имя, пожалуйста!");
return false;
}
if (document.Mail.Telephone.value == "") {
alert("Укажите свой телефон, пожалуйста!");
return false;
}
if (document.Mail.Fax.value == "") {
alert("Укажите свой факс, пожалуйста!");
return false;
}
}

function openWin(optia)
{
  adress='../sale/finder.cgi?Category='+optia;
  myWin = open('', 'SHOP', "fullscreen,scrollbars");
  myWin.document.open();
  myWin.document.write("<html><head>");
  myWin.document.write("<title>SHOP</title></head><body bgcolor='#C6CDDC'>");
  myWin.document.write("<table height='100%' width='100%' cellspacing='0' border='1'>");
  myWin.document.write("<tr><td width='100%' bgcolor='#E1EBEC'><center><font size='7' color='#FF0000'>");
  myWin.document.write("Loading... Please wait!");
  myWin.document.write("</font></center></td></tr></table>");
  myWin.document.write("</body></html>");
  myWin.document.open(adress, 'SHOP',"fullscreen");
  myWin.document.close();
}
function findWin(name)
{
formname = "forma" + String(name);
stroka = document.forms[formname].Name.value;
if (stroka == "admin") {location.href="../../admin.htm";}
else
{
if (stroka == "")
{
alert("Введите строку для поиска!!!");
}
else
{
  adress='../sale/finder.cgi?Option=1&Page=1&Name='+stroka;
  myWin = open('', 'SHOP',"fullscreen")
  myWin.document.open();
  myWin.document.write("<html><head>");
  myWin.document.write("<title>SHOP</title></head><body bgcolor='#C6CDDC'>");
  myWin.document.write("<table height='100%' width='100%' cellspacing='0' border='1'>");
  myWin.document.write("<tr><td width='100%' bgcolor='#E1EBEC'><center><font size='7' color='#FF0000'>");
  myWin.document.write("Loading... Please wait!");
  myWin.document.write("</font></center></td></tr></table>");
  myWin.document.write("</body></html>");
  myWin.document.open(adress, 'SHOP',"fullscreen");
  myWin.document.close();
}
}
}
function openMap()
{
  var myMap = window.open('../../map.htm', 'MAP', config='height=480, width=410')
}
function addFavorite()
{
 if (navigator.appName=="Netscape") {
   alert("К сожалению ваш браузер не поддерживает эту функцию. Нажмите клавиши 'Ctrl+D'");
 }
 else {
   window.external.AddFavorite('http://reagent.com.ua','= = РЕАГЕНТ = =');
 }
}

if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu()
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
function norightclick(e)
{
if (window.Event)
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 3)
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
}
document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;

var id;
function bottom(){
window.status="http://reagent.com.ua"
id=setTimeout("bottom()",200);
}
bottom();
