/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


//$(document).ready(function() {
//
//    $('#headermenu').tabs
//    ({
//        load: function(event, ui)
//        {
//            $('#mtm_content').load('faq.htm');
//            $('a', ui.panel).click(function()
//            {
//                alert('on click');
//                //$(ui.panel).load(this.href);
//                return false;
//            });
//        }
//    });
////    $('#headermenu').bind('tabsload', function(event, ui) {
////        alert('here2');
////        $('#mtm_content').load('faq.htm');
////        return false;
////    });
//
//        alert('here');
//		$("a, input:submit", ".submit-button").button();
//        alert('here2');
//
//});

function onHeaderTabSelected(tab)
{
    $('#mtm_content').load(tab.href);
    return false;
}



