var myTabs1;
window.addEvent('domready', function(){
	myTabs1 = new mootabs('myTabs', {
		duration: 0,
		height: '255px'
	});
});
