jQuery(document).ready(function(){
        var isActive = 1;
        if(jQuery.url.param("active_product_category") != null) {
            isActive = parseInt(jQuery.url.param("active_product_category"));
        }
        
	jQuery('#accordion').accordion({header:'h2.acc_menu_head',animated:"slide", active: isActive, event: ""});
	theRotator();
});

