$(document).ready(function(){
//	$(function() {
//			$("#accordion").accordion({
//				active: false,
//				header: '.head',
//				event: 'click',
//				autoHeight: false,
//				navigation: true
//			});
//		});

		Cufon.replace('h2');
		Cufon.replace('h3');
		Cufon.replace('th');
		Cufon.replace('.menu_item_right');

		$jScroller.add("#scroller-container","#scroller","left",20);

		// Start Autoscroller
		$jScroller.start();

		
		function myPopup2() {
			window.open( "templates/controle.php", "myWindow",
			"status = 1, height = 300, width = 300, resizable = 0" )
		}

		$(function() {
			$("#accordion").accordion({
				active: false,
				header: '.head',
				event: 'click',
				autoHeight: false,
				navigation: true
			});
		});
})

