basics.addEvent("onload",function(){
	outLinks();
	if(document.getElementsByTagName("body")[0].className.indexOf("popup")>-1){
		newWidth=document.getElementById("container").offsetWidth;
		newHeight=document.getElementById("container").offsetHeight;
		var i=0;
		var cLinks=document.getElementsByTagName("IMG");
		myWindow=new clientwindow();
	
		while(cLinks[i]){
			if(cLinks[i].offsetWidth>myWindow.w){
				newWidth=cLinks[i].offsetWidth;
				myWindow=new clientwindow();
			}
			if(cLinks[i].offsetHeight>myWindow.h){
				newHeight=cLinks[i].offsetHeight;
				myWindow=new clientwindow();
			}
			i++;
		}
		window.resizeTo(newWidth+94,newHeight+125);
	}
	//alert(window.onunload)
});

function druckversion(o){
	return p(o.href,"kwdv",650,580,"toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1")
}

function empfehlen(o){
	return p(o.href,"weiterempfehlen",500,560,"toolbar=0,scrollbars=1,resizable=0,status=1")
}

function ipop(o){
	return p(o.href,"kwimg",500,600,"toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1")
}

zoom=ipop;
