	jQuery().ready(function(){
		jQuery('#leftSide').accordion({
			active: 0,
			header: '.tglM',
			navigation: false,
			event: 'mouseover',
			fillSpace: false,
			animated: 'easeslide',
			autoheight: false
		});
		jQuery('#mainMenu').accordion({
			active: false,
			header: '.toggler',
			navigation: false,
			//event: 'mouseover',
			fillSpace: false,
			animated: 'easeslide',
			autoheight: false
		});
	});

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
