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