function printPage()
{
   var options = "menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=630,height=460;"
   url = top.location.href;
   if (url.indexOf("#")>0) url = url.substring(0, url.indexOf("#"));
   if (url.indexOf("?")>0) url = url + "&print=yes";
   else url = url + "?print=yes";
   printWindow=window.open(url,"_blank",options);
}

function printPageEn()
{
   var options = "menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=630,height=460;"
   url = top.location.href;
   if (url.indexOf("#")>0) url = url.substring(0, url.indexOf("#"));
   if (url.indexOf("?")>0) url = url + "&print=yes&eng=yes";
   else url = url + "?print=yes&eng=yes";
   printWindow=window.open(url,"_blank",options);
}


function jump(theForm) 
{
   if (document.choice.link.options[0].selected==1) top.location.href="#";
   if (document.choice.link.options[1].selected==1) window.open("http://www.bayer.com/","_blank");
   if (document.choice.link.options[2].selected==1) window.open("http://www.bayer.be/","_blank");
   if (document.choice.link.options[3].selected==1) window.open("http://www.bayer.com.br/","_blank");
   if (document.choice.link.options[4].selected==1) window.open("http://www.bayer.it/","_blank");
   if (document.choice.link.options[5].selected==1) window.open("http://www.bayer.co.jp/","_blank");
   if (document.choice.link.options[6].selected==1) window.open("http://www.bayer.ca/","_blank");
   if (document.choice.link.options[7].selected==1) window.open("http://www.bayer.de/","_blank");
   if (document.choice.link.options[8].selected==1) window.open("http://www.bayer.no/","_blank");
   if (document.choice.link.options[9].selected==1) window.open("http://www.bayer.com.pl/","_blank");
   if (document.choice.link.options[10].selected==1) window.open("http://www.bayer.at/","_blank");
   if (document.choice.link.options[11].selected==1) window.open("http://www.bayer.es/","_blank");
   if (document.choice.link.options[12].selected==1) window.open("http://www.bayerus.com/","_blank");
   if (document.choice.link.options[13].selected==1) window.open("http://www.bayer.co.uk/","_blank");
}


function popup(url, width, height)
{
      var options = "toolbar=no,scrollbars=yes,resizable=no,width="+width+",height="+height+";"
      popupWindow=window.open(url,"_blank",options);
}
function wjPopup(url, width, height)
{
      var options = "toolbar=no,scrollbars=yes,resizable=no,width="+width+",height="+height+";"
      popupWindow=window.open(url,"_blank",options);
}