function Dosubmit(f)
{
  f.submit();
}

function GotoHtml()
{
  sellectPoz = document.forms[1].S1.selectedIndex;
  if (sellectPoz == 1) {window.open('.','_top');};
  if (sellectPoz == 2) {window.open('http://ru.airbridgecargo.com/','_blank');};
  if (sellectPoz == 3) {window.open('http://www.n-i-c.ru','_blank');};
  if (sellectPoz == 4) {window.open('http://www.vd-auto.ru/','_blank');};
  if (sellectPoz == 5) {window.open('http://www.vdmo.ru','_blank');};
  if (sellectPoz == 6) {window.open('http://istochnik.volga-dnepr.com','_blank');};
  window.status='';
}

function GotoHtml2()
{
  sellectPoz = document.forms[0].S1.selectedIndex;
  if (sellectPoz == 1) {window.open('.','_top');};
  if (sellectPoz == 2) {window.open('http://ru.airbridgecargo.com/','_top');};
  if (sellectPoz == 3) {window.open('http://www.n-i-c.ru','_top');};
  if (sellectPoz == 4) {window.open('http://www.vd-auto.ru','_top');};
  if (sellectPoz == 5) {window.open('http://www.vdmo.ru','_top');};
  if (sellectPoz == 6) {window.open('http://istochnik.volga-dnepr.com','_top');};

  window.status='';
}


