var cell = new Image(1,1); cell.src = "../../img/cell.gif";
var cell_E5E5E5 = new Image(1,1); cell_E5E5E5.src = "../../img/cell_E5E5E5.gif";

function enlarge_URL(where, wichsrc, wiebreit, wiehoch){
	document.images[where].src='../../img/cell_E5E5E5.gif';
	//alert ("enlarge_URL: \nwhere="+where+", \nwichsrc="+wichsrc+", \nwiebreit="+wiebreit);
	//alert ('change_RO: '+log+'\n log.src: '+log.src);
	document.images[where].height=wiehoch;
	document.images[where].width=wiebreit;
	document.images[where].src=wichsrc;
}
function ensmall(where){
	document.images[where].src='../../img/cell.gif';
	document.images[where].height=1;
	document.images[where].width=1;
}


function enter(filename){
		//filename="http://www.weninger.com/flash/w_start.htm";
		var w2 = window.open(filename, "wen2","width=700,height=400,location=0,status=no,scrollbars=no,resizable=no");
 		w2.focus();
}
function toggleon(wo){
		document.getElementById(wo+'a').style.display = "block";
		document.getElementById(wo+'b').style.display = "none";
}
function toggleoff(wo){
		document.getElementById(wo+'a').style.display = "none";
		document.getElementById(wo+'b').style.display = "block";
}
function enter(adress){
		var w1 = window.open(adress,"wen","width=400,height=450,location=0,status=no,resizable=no");
		}
		
