// This script controls the left site tabs menu
$(document).ready(function(){

 // Tab function
 $('#rightTabContent > ul').tabs();



}); 