//---------------------Body Background---------------------------------------

///////////// height get //////////////////
jQuery(document).ready(function() { expandContenter(); });
jQuery(window).resize(expandContenter);
function expandContenter() {
    if (jQuery(window).height() > 625) {
        jQuery('#main').height(
    jQuery(window).height() - (jQuery('body').height() - jQuery('#main').height())
   );
    }
}


//---------------------Scroll---------------------------------------

$(document).ready(function() {

    
    $('.scrollbar11').tinyscrollbar();
    $('.scrollbar10').tinyscrollbar();
    $('.scrollbar9').tinyscrollbar();
    $('.scrollbar8').tinyscrollbar();
    $('.scrollbar7').tinyscrollbar();
    $('.scrollbar6').tinyscrollbar();
    $('.scrollbar5').tinyscrollbar();
    $('.scrollbar4').tinyscrollbar();
    $('.scrollbar3').tinyscrollbar();
    $('.scrollbar2').tinyscrollbar();
    $('.scrollbar1').tinyscrollbar();

});





//---------------------ddsmoothmenu---------------------------------------



ddsmoothmenu.init({
    mainmenuid: "smoothmenu2", //Menu DIV id
    orientation: 'v', //Horizontal or vertical menu: Set to "h" or "v"
    classname: 'ddsmoothmenu-v', //class added to menu's outer DIV
    //customtheme: ["#804000", "#482400"],
    contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})



//---------------------at - ddsmoothmenu---------------------------------------



	
	
	
	
	
	
