function init(tot) {
	for(i=1; i<=tot; i++){
		$('tweenOpacity'+i).set('opacity', 0.6);
	}
}

