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