function showAbiball2011(){
	//alert("showAbiball2011()");
	var w = window.open("abiball2011/index.html", "AbiBall2011", "resizable=yes,width=800,height=600,left=100,top=200");
	w.focus();
}
