window.addEvent('domready', function() {

$('nav_tools').set('tween', { duration: 600 });
$('nav_tools').tween('border-bottom', '7px solid #b9b3ab');

if ($('content_main')){
	$('content_main').set('tween', { duration: 1000 });
	$('content_main').tween('height', 362);
}

if ($('content_sub_full')){
	$('content_sub_full').set('tween', { duration: 1000 });
	$('content_sub_full').tween('height', 362);
}

// Chiusura del DOMREADY
});
