// JavaScript Document

 function showWin() {

 	var win = new Window({className: "alphacube", title: "",
	                      width:500, height:300,
	                      url: "formula.html", showEffectOptions: {duration:1.5}})
	win.showCenter();


}


