var remote = null;
function pop_general(wohin)
{
Remote = window.open(wohin,'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=450,height=400');
Remote.moveTo(20,20);
Remote.focus();
}
function pop_breit(wohin)
{
Remote = window.open(wohin,'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=670,height=550');
Remote.moveTo(20,20);
Remote.focus();
}
// Disclaimer Popup Bsp. Conference Calender

var remote = null;
function disclaimer_global(Location) {
  remote = window.open('', 'Zoom', 'toolbar=no,location=no,directories=no,status=no,menubar=no,width=500,height=450,resizable=no,scrollbars=no');
  if (remote != null)
  {  if (remote.opener == null) {remote.opener = self;}
     remote.document.location.href = "/corporate/disclaimer_global.asp?Location="+Location;    
  }
  remote.opener.name = "opener";
}


var remote = null;
function disclaimer_global_prod(Location) {
  remote = window.open('', 'Zoom', 'toolbar=no,location=no,directories=no,status=no,menubar=no,width=500,height=450,resizable=no,scrollbars=no');
  if (remote != null)
  {  if (remote.opener == null) {remote.opener = self;}
     remote.document.location.href = "/corporate/disclaimer_global.asp?Location=\'"+Location+"\'";    
  }
  remote.opener.name = "opener";
}


var remote = null;
function disclaimer_global_news(Location) {
  remote = window.open('', 'Zoom', 'toolbar=no,location=no,directories=no,status=no,menubar=no,width=500,height=450,resizable=no,scrollbars=no');
  if (remote != null)
  {  if (remote.opener == null) {remote.opener = self;}
     remote.document.location.href = "../../disclaimer_global.asp?Location="+Location;    
  }
  remote.opener.name = "opener";
}


// Disclaimer Popup-aufruf f�r links in flash, Bsp. worldwide-tool auf careers
var remote = null;
function disclaimer_global2(Location) {
  remote = window.open('../disclaimer_global.asp', 'Zoom', 'toolbar=no,location=no,directories=no,status=no,menubar=no,width=500,height=450,resizable=no,scrollbars=no');
  if (remote != null)
  {  if (remote.opener == null) {remote.opener = self;}
  remote.opener.name = "opener";
  remote.document.location.href = "../disclaimer_global.asp?Location="+Location;    
  }
}




// send page
var remote = null;
function pop_sp() { 
seite = document.location; 
  wohin = "/corporate/home/pop_send2.asp?seite=\'"+seite;
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=450,height=600')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')

}



// home - send page
var remote = null;
function pop_sp2() {
  seite = document.location; 
  wohin = "/corporate/home/pop_send2.asp?seite=\'"+seite; 
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=540,height=470')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')

}



// suche - clear search field bei onClick
function suche(){
if (document.search.words.value=="Search Site"){
document.search.words.value="";
}
}



// Photo Gallery

var remote = null;
function Warning(Location) {
  remote = window.open('', 'Zoom', 'toolbar=no,location=no,directories=no,status=no,menubar=yes,width=300,height=300,resizable=no,scrollbars=no');
  if (remote != null)
  {  if (remote.opener == null) {remote.opener = self;}
     remote.document.location.href = "warning.asp?Location="+Location;    
  }
  remote.opener.name = "opener";
}


function Warning3(Location) {
  remote = window.open('', 'Zoom', 'toolbar=no,location=no,directories=no,status=no,menubar=yes,width=300,height=300,resizable=no,scrollbars=no');
  if (remote != null)
  {  if (remote.opener == null) {remote.opener = self;}
     remote.document.location.href = "/corporate/news/warning.asp?Location="+Location;    
  }
  remote.opener.name = "opener";
}




function Warning_xtra(Location) {
  remote = window.open('', 'Zoom', 'toolbar=no,location=no,directories=no,status=no,menubar=yes,width=300,height=300,resizable=no,scrollbars=no');
  if (remote != null)
  {  if (remote.opener == null) {remote.opener = self;}
     remote.document.location.href = "warning_xtra.asp?Location="+Location;    
  }
  remote.opener.name = "opener";
}




function Warning2(Location) {
  remote = window.open('', 'Zoom', 'toolbar=no,location=no,directories=no,status=no,menubar=yes,width=300,height=300,resizable=no,scrollbars=no');
  if (remote != null)
  {  if (remote.opener == null) {remote.opener = self;}
     remote.document.location.href = "../news/warning.asp?Location="+Location;    
  }
  remote.opener.name = "opener";
}

function Instruction() {
  remote = window.open('', 'Zoom', 'toolbar=no,location=no,directories=no,status=no,menubar=yes,width=300,height=370,resizable=no,scrollbars=no');
  if (remote != null)
  {  if (remote.opener == null) {remote.opener = self;}
     remote.document.location.href = "instruction.htm";    
  }
  remote.opener.name = "opener";
} 


function Instruction2() {
  remote = window.open('', 'Zoom', 'toolbar=no,location=no,directories=no,status=no,menubar=yes,width=300,height=370,resizable=no,scrollbars=no');
  if (remote != null)
  {  if (remote.opener == null) {remote.opener = self;}
     remote.document.location.href = "/corporate/news/instruction.htm";    
  }
  remote.opener.name = "opener";
} 



function PopUp(i) {
  wohin = 'photo/photo'+i+'.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=no,width=330,height=540')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function PopUpqk(i) 
		{
			wohin = 'photo/photoq'+i+'.htm'
  			remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=no,width=380,height=350')
			if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
			//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
			//  remote.opener.name = "opener"
		}
function Popprod(i) 
		{
			wohin = '../news/photo/photoq'+i+'.htm'
  			remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=no,width=380,height=350')
			if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
		}


function PopUp2(i) 
		{
			wohin = 'photo/photo'+i+'.htm'
			remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=no,width=400,height=490')
			if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
		}


function PopUpq(i) {
  wohin = 'photo/photoq'+i+'.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=no,width=480,height=410')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
}

function PopUpq5(i) {
  wohin = 'photo/photoq'+i+'.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=no,width=400,height=280')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
}

function PopUpImg(i) {
  wohin = 'photo/'+i+'.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=no,width=420,height=320')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
}

function popUpImgCopy(n) {
	copy=window.open(n,'copyright','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=430,height=440');
	copy.focus();
	return false;
}

function PopUpVideo(i) {
  wohin = 'video_pop/'+i+'.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=no,width=420,height=370')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
}
function PopUpImageVideo(i) {
  wohin = 'video_pop/'+i+'.htm'
	var bn = navigator.appName;
	var bv = navigator.appVersion;
	var bv = bv.substring(22, 23);
	remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=no,resizable=no,copyhistory=no,width=385,height=238')
  
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
}




// Products corporate/products/prod_prescr_aids.htm


function Websites_Pharmaton()
		{
			idx1 = document.Auswahl5.Location.selectedIndex;
			if(idx1 == 0) alert("Please make your choice...");
			if(idx1 == 1) alert("Please make your choice..."); 
			if(idx1 == 2) open("../disclaimer_global.asp?Location=http://www.pharmaton.com.ar","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 3) open("../disclaimer_global.asp?Location=http://www.pharmaton.at","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 4) open("../disclaimer_global.asp?Location=http://www.pharmaton.be","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 5) open("../disclaimer_global.asp?Location=http://www.pharmaton.cl","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 6) open("../disclaimer_global.asp?Location=http://www.pharmaton.cz","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 7) open("../disclaimer_global.asp?Location=http://www.pharmaton.de","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 8) open("../disclaimer_global.asp?Location=http://www.pharmaton-vital.hu","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 9) open("../disclaimer_global.asp?Location=http://www.multiup.it","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 10) open("../disclaimer_global.asp?Location=http://www.pharmaton.com.my","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 11) open("../disclaimer_global.asp?Location=http://www.pharmaton.com.mx","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 12) open("../disclaimer_global.asp?Location=http://www.pharmaton.nl","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 13) open("../disclaimer_global.asp?Location=http://www.pharmaton.ph","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 14) open("../disclaimer_global.asp?Location=http://www.pharmaton.pl","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 15) open("../disclaimer_global.asp?Location=http://www.pharmaton.pt","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 16) open("../disclaimer_global.asp?Location=http://www.pharmaton.es","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 17) open("../disclaimer_global.asp?Location=http://www.pharmaton.co.kr","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 18) open("../disclaimer_global.asp?Location=http://www.pharmaton-proactive.ch","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 19) open("../disclaimer_global.asp?Location=http://www.pharmaton.co.uk","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 20) open("../disclaimer_global.asp?Location=http://www.pharmaton-capsules.com/ve","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			
}
		
/*neu 19.07.06*/
function Websites_Bisolvon2()
		{
			idx1 = document.Auswahl2.Location.selectedIndex;
			if(idx1 == 0) alert("Please make your choice...");
			if(idx1 == 1) alert("Please make your choice..."); 
			
			if(idx1 == 2) open("../disclaimer_global.asp?Location=http://www.bisolvon.com.au","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 3) open("../disclaimer_global.asp?Location=http://www.bisolvon.nl","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 4) open("../disclaimer_global.asp?Location=http://www.bisolvon.no","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 5) open("../disclaimer_global.asp?Location=http://www.bisolvon.pt","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");			
			
		}



/*neu 19.07.06*/
function Websites_Buscopan()
		{
			idx1 = document.Auswahl3.Location.selectedIndex;
			if(idx1 == 0) alert("Please make your choice...");
			if(idx1 == 1) alert("Please make your choice..."); 
			
			if(idx1 == 2) open("../disclaimer_global.asp?Location=http://www.buscopan.com.au","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 3) open("../disclaimer_global.asp?Location=http://www.buscopan.de","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 4) open("../disclaimer_global.asp?Location=http://www.buscopan.co.kr","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 5) open("../disclaimer_global.asp?Location=http://www.buscapina.es","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 6) open("../disclaimer_global.asp?Location=http://www.buscopan.co.uk","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");			
		}



function Websites_Antistax()
		{
			idx1 = document.Auswahl2.Location.selectedIndex;
			if(idx1 == 0) alert("Please make your choice...");
			if(idx1 == 1) alert("Please make your choice..."); 
			
			if(idx1 == 2) open("../disclaimer_global.asp?Location=http://www.antistax.at","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 3) open("../disclaimer_global.asp?Location=http://www.antistax.be","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 4) open("../disclaimer_global.asp?Location=http://www.antistax.cz","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 5) open("../disclaimer_global.asp?Location=http://www.antistax.de","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 6) open("../disclaimer_global.asp?Location=http://www.antistax.it","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 7) open("../disclaimer_global.asp?Location=http://www.antistax.nl","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");

if(idx1 == 8) open("../disclaimer_global.asp?Location=http://www.antistax.ch","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");

if(idx1 == 9) open("../disclaimer_global.asp?Location=http://www.antistax.co.uk","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			
		}

function Websites_Antistax2()
		{
			idx1 = document.Auswahl1.Location.selectedIndex;
			if(idx1 == 0) alert("Please make your choice...");
			if(idx1 == 1) alert("Please make your choice..."); 
			
			if(idx1 == 2) open("../disclaimer_global.asp?Location=http://www.antistax.at","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 3) open("../disclaimer_global.asp?Location=http://www.antistax.be","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 4) open("../disclaimer_global.asp?Location=http://www.antistax.cz","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 5) open("../disclaimer_global.asp?Location=http://www.antistax.de","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 6) open("../disclaimer_global.asp?Location=http://www.antistax.it","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 7) open("../disclaimer_global.asp?Location=http://www.antistax.nl","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 8) open("../disclaimer_global.asp?Location=http://www.antistax.ch","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 9) open("../disclaimer_global.asp?Location=http://www.antistax.co.uk","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			
		}
		
function Websites_Dulcolax()
		{	
		
			idx1 = document.Auswahl4.Location.selectedIndex;
			if(idx1 == 0) alert("Please make your choice...");
			if(idx1 == 1) alert("Please make your choice...");			
			if(idx1 == 2) open("../disclaimer_global.asp?Location=http://www.durolax.com.au","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 3) open("../disclaimer_global.asp?Location=http://www.dulcolax.at","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 4) open("../disclaimer_global.asp?Location=http://www.dulcolax.com.br","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 5) open("../disclaimer_global.asp?Location=http://www.dulcolax.dk","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 6) open("../disclaimer_global.asp?Location=http://www.dulcolax.fr","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 7) open("../disclaimer_global.asp?Location=http://www.dulcolax.it","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 8) open("../disclaimer_global.asp?Location=http://www.dulcolax.nl","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 9) open("../disclaimer_global.asp?Location=http://www.dulcolax.no","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 10) open("../disclaimer_global.asp?Location=http://www.dulcolax.pt","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 11) open("../disclaimer_global.asp?Location=http://www.dulcolax.co.kr","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 12) open("../disclaimer_global.asp?Location=http://www.dulco-laxo.es","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 13) open("../disclaimer_global.asp?Location=http://www.dulcolax.se","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 14) open("../disclaimer_global.asp?Location=http://www.dulcolax.co.uk","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 15) open("../disclaimer_global.asp?Location=http://www.dulcolaxus.com","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			
		}

function Websites()
		{
			idx1 = document.Auswahl.Location.selectedIndex;
			if(idx1 == 0) alert("Please make your choice...");
			if(idx1 == 1) alert("Please make your choice..."); 
			
			if(idx1 == 2) open("../disclaimer_global.asp?Location=http://www.boehringer-ingelheim.cz/rx/hiv/viramune.htm","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 3) open("../disclaimer_global.asp?Location=http://www.virawoche.de/?id=V00--83Zhf5**mmp500","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 4) open("../disclaimer_global.asp?Location=http://www.biaids.it/","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 5) open("../disclaimer_global.asp?Location=http://www.boehringer-ingelheim.no/subpages/content_page_chapter2RX_viramune.htm","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 6) open("../disclaimer_global.asp?Location=http://www.boehringer-ingelheim.pt/produtos/produtos_prescricao_infecciosas.html","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 7) open("../disclaimer_global.asp?Location=http://www.viramune.nu/","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
		
		}



function Websites_vetmedin()
		{
			idx1 = document.Auswahl.Location.selectedIndex;
			if(idx1 == 0) alert("Please make your choice...");
			if(idx1 == 1) alert("Please make your choice..."); 
			
			if(idx1 == 2) open("../disclaimer_global.asp?Location=http://www.vetmedin.co.uk","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 3) open("../disclaimer_global.asp?Location=http://www.vetmedin.net","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			
		}

function Websites_Bisolvon()
		{
			idx1 = document.Auswahl2.Location.selectedIndex;
			if(idx1 == 0) alert("Please make your choice...");
			if(idx1 == 1) alert("Please make your choice..."); 
			
			if(idx1 == 2) open("../disclaimer_global.asp?Location=http://www.bisolvon.com.au","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 3) open("../disclaimer_global.asp?Location=http://www.bisolvon.pt","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			
		}


function Websites_Micardis()
		{
			idx1 = document.Auswahl.Location.selectedIndex;
			if(idx1 == 0) alert("Please make your choice...");
			if(idx1 == 1) alert("Please make your choice..."); 
			
			if(idx1 == 2) open("../disclaimer_global.asp?Location=http://www.micardis.de","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 3) open("../disclaimer_global.asp?Location=http://us.micardis.com/bipi/PageIndex","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			
		}



function Websites_Parkinson()
		{
			idx1 = document.Auswahl.Location.selectedIndex;
			if(idx1 == 0) alert("Please make your choice...");
			if(idx1 == 1) alert("Please make your choice..."); 
			
			if(idx1 == 2) open("../disclaimer_global.asp?Location=http://www.forum-parkinson.de/","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 3) open("../disclaimer_global.asp?Location=http://www.mirapex.com/","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 4) open("../disclaimer_global.asp?Location=http://www.mirapex.com/professional/","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			if(idx1 == 5) open("../disclaimer_global.asp?Location=http://www.mirapex.com/professional/","Boehringer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450");
			
		}







// Products corporate/products/prod_self.htm


var remote = null;

function remoteStart1() {

  wohin = 'selfcuretocare.htm'

  remote = window.open(wohin,'TheRemote','toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes,width=600,height=425')

  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')

  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}

  remote.opener.name = "opener"

}

function remoteStart2() {

  wohin = 'phyto_pharm.htm'

  remote = window.open(wohin,'TheRemote','toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=400,height=425')

  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')

  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}

  remote.opener.name = "opener"

}


function remoteStart3() {

  wohin = 'selfback.htm'

  remote = window.open(wohin,'TheRemote','toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=400,height=425')

  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')

  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}

  remote.opener.name = "opener"

}


// Careers
// Careers Worldwide Popup

function remoteStart_2()
{
	
open("popup_worldwidetool.htm","popup",'toolbar=no,location=no,directories=no,status=no,menubar=no,width=400,height=315,resizable=no,scrollbars=no');
} 


// R & D
// Careers Worldwide Popup


var remote = null;
function pop1() {
  
  wohin = 'pop_genomics.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=520')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')

}
function pop2() {
  
  wohin = 'pop_proteomics.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=250')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')

}
function pop3() {
  
  wohin = 'pop_bioinformatics.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=250')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')

}



// Corporate
// corp/corp_lic_sub.htm

function formular()
 {
  wohin = 'corp_pop_dis.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=no,width=520,height=480')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
}



// News centre
// corporate image videos

win=123;
function launch(url,w,h) {
  self.name = "opener";
  if (win && win.open && !win.closed) win.close();
  win = open(url, "", "width="+w+",height="+h+",left=10,top=10, resizable=NO");
}


// News centre
// Press Kit

var remote = null;
function popprog() {
  wohin = 'poppress_prog.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=420,height=400')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}



var remote = null;
function popprog2() {
  wohin = 'old_poppress_prog.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=420,height=400')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


var remote = null;
function popprog2004() {
  wohin = 'press_kit/2004poppress_prog.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=460,height=440')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


var remote = null;
function popprog2004_home() {
  wohin = '../news/press_kit/2004poppress_prog.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=460,height=440')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

var remote = null;
function popprog2004_presskit() {
  wohin = '2004poppress_prog.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=460,height=440')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}




// Homepage
// Webseiten

function Websites_home()
		{
			idx1 = document.Auswahl.Location.selectedIndex;
			if(idx1 == 0) alert("Please make your choice...");
			if(idx1 == 1) alert("Please make your choice..."); 
			
			if(idx1 == 2) open("http://www.bai.boehringer-ingelheim.com/","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
			if(idx1 == 3) open("http://www.boehringer-ingelheim.at/","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
			if(idx1 == 4) open("http://www.imp.univie.ac.at/","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");

			
			if(idx1 == 5) open("http://www.boehringer-ingelheim.com.br","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
          	if(idx1 == 6) open("http://www.boehringer-ingelheim.ca","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");

			if(idx1 == 7) open("http://www.boehringer-ingelheim.cz","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
			if(idx1 == 8) open("http://www.boehringer-ingelheim.dk","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");

			if(idx1 == 9) open("http://www.boehringer-ingelheim.fr","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
        
			if(idx1 == 10) open("http://www.boehringer-ingelheim.de","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
        
			if(idx1 == 11) open("http://www.boehringer-ingelheim.ie/home/default.cfm","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
			if(idx1 == 12) open("http://www.boehringer-ingelheim.it/","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
			if(idx1 == 13) open("http://www.boehringer-ingelheim.co.jp/index-e.html","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
			
			if(idx1 == 14) open("http://www.boehringer-ingelheim.co.kr/english/index.asp","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");        
			if(idx1 == 15) open("http://www.boehringer-ingelheim.com.mx","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
			if(idx1 == 16) open("http://www.boehringer-ingelheim.nl/","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
			if(idx1 == 17) open("http://www.boehringer-ingelheim.no","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
        
         		 if(idx1 == 18) open("http://www.boehringer-ingelheim.pl/","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
         		 if(idx1 == 19) open("http://www.boehringer-ingelheim.pt/","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
			if(idx1 == 20) open("http://www.boehringer-ingelheim.es/","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
			if(idx1 == 21) open("http://www.boehringer-ingelheim.se/","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
			if(idx1 == 22) open("http://www.boehringer-ingelheim.co.uk","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
			if(idx1 == 23) open("http://us.boehringer-ingelheim.com","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
        
			if(idx1 == 24) open("http://www.boehringer-ingelheim.com/corporate/links/links.htm","Boehringer","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
		}



// News Disclaimer
// statisch

var remote = null;
function viramune() {
  wohin = '../../disclaimer_statisch/disclaimer_viramune.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


var remote = null;
function medivir() {
  wohin = '../../disclaimer_statisch/disclaimer_medivir.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


var remote = null;
function goldcopd() {
  wohin = '../../disclaimer_statisch/disclaimer_goldcopd.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


var remote = null;
function pfizer() {
  wohin = '../../disclaimer_statisch/disclaimer_pfizer.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


var remote = null;
function who() {
  wohin = '../../disclaimer_statisch/disclaimer_who.htm'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


// News Links

var remote = null;
function preview() {
  wohin = 'preview.asp?ID=<%= rs_1("ID")%>'
  remote = window.open(wohin, 'TheRemote','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=no,resizable=no,copyhistory=no,width=290,height=380')
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,'TheRemote')
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

// Disclaimer Global Activities

var remote = null;
function disclaimer_brazil_finn() {
  wohin = "../../disclaimer_global.asp?Location=http://www.finn.com.br/"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}
function disclaimer_chile_pharmaton() {
  wohin = "../../disclaimer_global.asp?Location=http://www.pharmaton.cl/cl/Homepage.jsp"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}
function disclaimer_usa_dulcolax() {
  wohin = "../../disclaimer_global.asp?Location=http://www.dulcolaxusa.com/us/Homepage.jsp"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function disclaimer_thomapyrin() {
  wohin = "../../disclaimer_global.asp?Location=http://www.boehringer-ingelheim.at/inc/nav.php3?visitid=y9I7L91fsF9t7mcT&cat1=Humanpharma&cat2=rezeptfreie+Medikamente&cat3=Schmerzmittel"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function disclaimer_malaysia_pharmaton() {
  wohin = "../../disclaimer_global.asp?Location=http://www.pharmaton.com.my/"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}
function disclaimer_australia_durolax() {
  wohin = "../../disclaimer_global.asp?Location=http://www.durolax.com/au/Homepage.jsp"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function disclaimer_austria_dulcolax() {
  wohin = "../../disclaimer_global.asp?Location=http://www.dulcolax.at"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function disclaimer_austria_silomat() {
  wohin = "../../disclaimer_global.asp?Location=http://www.boehringer-ingelheim.at/inc/nav.php3?visitid=y9I7L91fsF9t7mcT&id=279&cat1=Humanpharma&cat2=rezeptfreie+Medikamente&cat3=Husten"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
}


function disclaimer_austria_pharmaton() {
  wohin = "../../disclaimer_global.asp?Location=http://www.proaktiv-pharmaton.at/at/Homepage.jsp"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}
function disclaimer_austria_antistax() {
  wohin = "../../disclaimer_global.asp?Location=http://www.antistax.at/at/homepage.jsp"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}
function disclaimer_belgium_pharmaton() {
  wohin = "../../disclaimer_global.asp?Location=http://www.pharmaton.be/"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}
function disclaimer_belgium_antistax() {
  wohin = "../../disclaimer_global.asp?Location=http://www.antistax.be/"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}
function disclaimer_germany_thomapyrin() {
  wohin = "../../disclaimer_global.asp?Location=http://www.thomapyrin.de/"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}
function disclaimer_germany_dulcolax() {
  wohin = "../../disclaimer_global.asp?Location=http://www.dulcolax.de/"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}
function disclaimer_germany_antistax() {
  wohin = "../../disclaimer_global.asp?Location=http://www.antistax.de/de/homepage.jsp"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}
function disclaimer_italy_dulcolax() {
  wohin = "../../disclaimer_global.asp?Location=http://www.dulcolax.it/it/Homepage.jsp"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}
function disclaimer_switzerland_pharmaton() {
  wohin = "../../disclaimer_global.asp?Location=http://www.pharmaton.ch/ch_eng/homepage.jsp"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}
function disclaimer_netherlands_bisolvon() {
  wohin = "../../disclaimer_global.asp?Location=http://www.bisolvon.nl/"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}
function disclaimer_netherlands_pharmaton() {
  wohin = "../../disclaimer_global.asp?Location=http://www.pharmaton.nl/"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}
function disclaimer_netherlands_dulcolax() {
  wohin = "../../disclaimer_global.asp?Location=http://www.dulcolax.nl/"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function disclaimer_uk_pharmaton() {
  wohin = "../../disclaimer_global.asp?Location=http://www.pharmaton.co.uk/uk/intro1.jsp"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function disclaimer_mexico_pharmaton() {
  wohin = "../../disclaimer_global.asp?Location=http://www.pharmaton.com.mx"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}



function disclaimer_germany_laxoberal() {
  wohin = "../../disclaimer_global.asp?Location=http://www.laxoberal.de/"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function disclaimer_germany_mucosolvan() {
  wohin = "../../disclaimer_global.asp?Location=http://www.mucosolvan.de/"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function disclaimer_germany_Sifrol() {
  wohin = "../../disclaimer_global.asp?Location=http://www.sifrol.de/"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function disclaimer_south_korea_dulcolax() {
  wohin = "../../disclaimer_global.asp?Location=http://www.dulcolax.co.kr"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}



function disclaimer_uk_vetmedin() {
  wohin = "../../disclaimer_global.asp?Location=http://www.vetmedin.co.uk"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function disclaimer_australia_bisolvon() {
  wohin = "../../disclaimer_global.asp?Location=http://www.bisolvon.com.au"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}



function disclaimer_australia_buscopan() {
  wohin = "../../disclaimer_global.asp?Location=http://www.buscopan.com.au"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function disclaimer_czech_republic_pharmaton() {
  wohin = "../../disclaimer_global.asp?Location=http://www.pharmaton.cz"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function disclaimer_czech_republic_pharmaton() {
  wohin = "../../disclaimer_global.asp?Location=http://www.pharmaton.cz"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function disclaimer_denmark_dulcolax() {
  wohin = "../../disclaimer_global.asp?Location=http://www.dulcolax.dk"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function disclaimer_finland_micardis() {
  wohin = "../../disclaimer_global.asp?Location=http://www.micardis.fi"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function disclaimer_finland_menofem() {
  wohin = "../../disclaimer_global.asp?Location=http://www.menofem.fi"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function disclaimer_finland_venastat() {
  wohin = "../../disclaimer_global.asp?Location=http://www.venastat.fi"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function disclaimer_germany_spiriva() {
  wohin = "../../disclaimer_global.asp?Location=http://www.spiriva.de/"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function disclaimer_germany_micardis() {
  wohin = "../../disclaimer_global.asp?Location=http://www.micardis.de/"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function disclaimer_germany_sifrol() {
  wohin = "../../disclaimer_global.asp?Location=http://www.sifrol.de/"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function disclaimer_netherlands_antistax() {
  wohin = "../../disclaimer_global.asp?Location=http://www.antistax.nl"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function disclaimer_norway_bisolvon() {
  wohin = "../../disclaimer_global.asp?Location=http://www.bisolvon.no"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function disclaimer_portugal_bisolvon() {
  wohin = "../../disclaimer_global.asp?Location=http://www.bisolvon.pt"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function disclaimer_portugal_dulcolax() {
  wohin = "../../disclaimer_global.asp?Location=http://www.dulcolax.pt"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function disclaimer_switzerland_antistax() {
  wohin = "../../disclaimer_global.asp?Location=http://www.antistax.ch"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function disclaimer_uk_dulcolax() {
  wohin = "../../disclaimer_global.asp?Location=http://www.dulcolax.co.uk"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function disclaimer_uk_antistax() {
  wohin = "../../disclaimer_global.asp?Location=http://www.antistax.co.uk"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function disclaimer_usa_mirapex() {
  wohin = "../../disclaimer_global.asp?Location=http://www.mirapex.com"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}


function disclaimer_spain_spiriva() {
  wohin = "../../disclaimer_global.asp?Location=http://www.spiriva.es"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function disclaimer_spain_viramune() {
  wohin = "../../disclaimer_global.asp?Location=http://www.alianza-vih.com"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function disclaimer_spain_pharmaton() {
  wohin = "../../disclaimer_global.asp?Location=http://www.pharmaton.es"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function disclaimer_spain_ingelvac() {
  wohin = "../../disclaimer_global.asp?Location=http://www.ingelvacdart.com"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function disclaimer_spaion_mamyzin() {
  wohin = "../../disclaimer_global.asp?Location=http://www.solomamitis.com"
  remote = window.open(wohin, "TheRemote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450")
  if (navigator.appVersion.indexOf("(X11") != -1) window.open(wohin,"TheRemote")
//  if ((remote != null) && (remote.opener == null)) {remote.opener = self;}
//  remote.opener.name = "opener"
}

function remoteStart_3(pfad)
{
	offen=0;
	if (offen==1)
	{
		fpop.close();
	}
	offen=0;
	fpop=window.open(pfad,"Popup1",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=400,height=315');
	fpop.focus();
	offen=1;	
	
	
	if(navigator.appName.indexOf("Netscape") != -1)
	{
	location.reload();
	}
}









