﻿$(document).ready(function(){
	
	 /* sliding panel */
	$(".btn-slide").click(function(){
        $(this).closest('div').find('.panel').slideToggle("fast");
        $(this).toggleClass("activeX");
         return false;
    });



});

$(function() {
	$("ul.tabs").tabs("> .pane");
});

function show_cb(_url,ifr,inl,w,h,tit) {  
    $.fn.colorbox({href:_url, iframe: ifr, inline:inl, width:w, height:h, title:tit, opacity:0.8, open: true});
}


