/**

 */
 var superInit=init;

init = function() {
	superInit();

}

function initColorButtons() {

}

function initHoverAccordion() {
	$('#accordion').hoverAccordion({
		activateitem: '2',
		speed: 'slow'
	});
}

/**

 */
function isViewZoneFx() {
	return true;
}
