﻿$(document).ready(function() {
$("#topNavAbout").addClass("selectedtab")

    $("#top").load("about_landing.htm");

    $("#linkAboutUs").click(function() {
    $("#top").load("about_landing.htm");
    });
    
    $("#linkManagement").click(function() {
    $("#top").load("about_management.htm");
    });

    $("#linkFAQ").click(function() {
    $("#top").load("about_faqs.htm");
    });
    
    $("#linkNews").click(function() {
    $("#top").load("about_news.htm");
    });

//    $("#linkOverview").click(function() {
//        $("#top").load("about_overview.htm");
//    });

//    $("#linkPhilosophy").click(function() {
//        $("#top").load("about_philosophy.htm");
//    });

//    $("#linkFounder").click(function() {
//        $("#top").load("about_founder.htm");
//    });



    
    

});

var b_version = navigator.appVersion;
if (b_version.indexOf("MSIE 6.0") >= 0) {
    document.write('<link href="css/about_mysalarywiki_ie6.css" rel="stylesheet" type="text/css" media="all">');
    document.write('<link href="css/common_ie6.css" rel="stylesheet" type="text/css" media="all">');
}
else {
    document.write('<link href="css/about_mysalarywiki.css" rel="stylesheet" type="text/css">');
    document.write('<link href="css/common.css" rel="stylesheet" type="text/css">');

}
