window.onload = function(){
	divObj = new fx.Opacity("box");
}

function changeOpacity(){
	divObj.toggle();
	divObj.custom(0, 1);
}