
<!--

function popup(bild,breite,hoehe) {
 newWin = window.open("http://www.intellidog.de/popup.php?" + bild,'','menubar=no,toolbar=no,scrollbars=no,status=no,resizable=no,width='+breite+',height='+hoehe+',top=100,left=200').focus();
}


function popup1() 
{ 
 var breite=590; 
 var hoehe=300; 
 var positionX=((screen.availWidth / 2) - breite / 2); 
 var positionY=((screen.availHeight / 2) - hoehe / 2); 
 var url='http://www.intellidog.de/newsletter/index.php'; 
 pop=window.open('','pupup1','menubar=no,toolbar=no,scrollbars=no,status=no,resizable=no,width='+breite+',height='+hoehe+',top=10000,left=10000'); 
 pop.resizeTo(breite,hoehe); 
 pop.moveTo(positionX,positionY); 
 pop.location=url; 
 }
 
function popup2() 
{ 
 var breite=410; 
 var hoehe=710; 
 var positionX=((screen.availWidth / 2) - breite / 2); 
 var positionY=((screen.availHeight / 2) - hoehe / 2); 
 var url='http://www.intellidog.de/imprint.html'; 
 pop=window.open('','pupup2','menubar=no,toolbar=no,scrollbars=no,status=no,resizable=no,width='+breite+',height='+hoehe+',top=10000,left=10000'); 
 pop.resizeTo(breite,hoehe); 
 pop.moveTo(positionX,positionY); 
 pop.location=url; 
 }

 function popup3() 
{ 
 var breite=810; 
 var hoehe=700; 
 var positionX=((screen.availWidth / 2) - breite / 2); 
 var positionY=((screen.availHeight / 2) - hoehe / 2); 
 var url='http://www.intellidog.de/agb.html'; 
 pop=window.open('','pupup3','menubar=no,toolbar=no,scrollbars=yes,status=no,resizable=no,width='+breite+',height='+hoehe+',top=10000,left=10000'); 
 pop.resizeTo(breite,hoehe); 
 pop.moveTo(positionX,positionY); 
 pop.location=url; 
 }
 
 function slide(v,v2)
{
	
	var css = document.getElementById(v).style;
	var co = document.getElementById(v2).style;
	
	if(css.display == 'inline')
	{
		css.display = 'none';
		co.display = 'inline';
		co.background ='#fff';
		co.color = '#000';

	}
	else 
    {
		css.display = 'inline';
		co.display = 'none';
		co.background = '#fff';
		co.color = '#000';
	}
}
 
onerror = stopError;
function stopError()
{return true;}

 //--> 