//alert("xxx");
var ww=this;
function InfoWindow(ID1,w,h){
	if ((!ww.closed)&&(ww!=this)&&((ww=='[object]')||(ww=='[object Window]')))ww.close();
	ww=window.open(ID1,"_blank","menubar=0,scrollbars=1,directories=0,location=0,status=1,toolbar=1,WIDTH="+w+",HEIGHT="+h);
	if (ww!=null){
		if (ww.opener==null)ww.opener=self;
	}
}

function blendy(){
	document.body.filters.blendTrans.Apply(); 
	bla.style.display='none'; 
	foo.style.display='';
	document.body.filters.blendTrans.Play();
}

function delpage (seite,name) {
	var ex=confirm('Wollen Sie die Seite '+name+' löschen?');
	if (ex)
		parent.info.location.href=seite;
}

function resizeWindow() {
//alert("xxx");
NS6=((navigator.appName=="Netscape") && (!document.layers))?1:0;
	if (NS6){
		location.reload(); 
	}
}

function resetter(x){
 	if(document.all){
 		eval("document.all."+x+".innerHTML = \"\"");
	}else{
		document.getElementById(x).innerHTML = "";
	}
}

