/* - - - - - - - - - - - - - - - - - - - - - - -
 JavaScript
 Wednesday, October 28, 2009 11:36:05 AM
 HAPedit 3.1.11.111
 - - - - - - - - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - - - - -
jQuery(function (){
        $("#WrenchTable").hide().fadeIn(3000);
});
 - - - - - - - - - - - - - - - - - - - - - - - */


//jQuery(function (){
//        $("#index_PreManagerTip").hide();
//  $("#index_PreManagerTip").html("newcode")
//  $("#index_PreManagerTip").html("newcode")
//});

///////////////////////////////////
//jQuery(function (){
//  $("#OL_NextPage").mouseover(
//      function () {
//       $("#OL_NextPage").html("XXX");
//       $("#OL_PageNumberInSection", parent.document.body).html("XXX");
//    });
//});

//function OL_ChangePage(PageID) {
//       PageID = PageID + 1;
//       $("#OL_PageNumberInSection", parent.document.body).html(PageID);
//}





function OL_ChangePage(PageID, NumberOfPagesInSection, ClassSectionName, ClassSectionSpanID, AllClassSections) {
       $("#OL_PageNumberInSection", parent.document.body).html(PageID);
       $("#OL_NumberOfPagesInSection", parent.document.body).html(NumberOfPagesInSection);
       $("#OL_ClassSectionName", parent.document.body).html(ClassSectionName);

       $(AllClassSections, parent.document.body).css("font-weight", "normal");
       $(ClassSectionSpanID, parent.document.body).css("font-weight", "bold");

}


///////////////////////////////////
jQuery(function (){
  $("#Bullet_BulletTip1").mouseover(
      function () {
        $("#index_BulletTip1").show();
    });
});
jQuery(function (){
  $("#Bullet_BulletTip1").mouseout(
      function () {
        $("#index_BulletTip1").fadeOut(250);
    });
});

/////////////////////////////////
jQuery(function (){
  $("#Bullet_BulletTip2").mouseover(
      function () {
        $("#index_BulletTip2").show();
    });
});
jQuery(function (){
  $("#Bullet_BulletTip2").mouseout(
      function () {
        $("#index_BulletTip2").fadeOut(250);
    });
});

/////////////////////////////////
jQuery(function (){
  $("#Bullet_BulletTip3").mouseover(
      function () {
        $("#index_BulletTip3").show();
    });
});
jQuery(function (){
  $("#Bullet_BulletTip3").mouseout(
      function () {
        $("#index_BulletTip3").fadeOut(250);
    });
});

/////////////////////////////////
jQuery(function (){
  $("#Bullet_BulletTip4").mouseover(
      function () {
        $("#index_BulletTip4").show();
    });
});
jQuery(function (){
  $("#Bullet_BulletTip4").mouseout(
      function () {
        $("#index_BulletTip4").fadeOut(250);
    });
});

/////////////////////////////////
jQuery(function (){
  $("#Bullet_BulletTip5").mouseover(
      function () {
        $("#index_BulletTip5").show();
    });
});
jQuery(function (){
  $("#Bullet_BulletTip5").mouseout(
      function () {
        $("#index_BulletTip5").fadeOut(250);
    });
});

/////////////////////////////////
jQuery(function (){
  $("#Bullet_BulletTip6").mouseover(
      function () {
        $("#index_BulletTip6").show();
    });
});
jQuery(function (){
  $("#Bullet_BulletTip6").mouseout(
      function () {
        $("#index_BulletTip6").fadeOut(250);
    });
});

/////////////////////////////////
jQuery(function (){
  $("#Bullet_BulletTip7").mouseover(
      function () {
        $("#index_BulletTip7").show();
    });
});
jQuery(function (){
  $("#Bullet_BulletTip7").mouseout(
      function () {
        $("#index_BulletTip7").fadeOut(250);
    });
});




function loadIframe(iframeName, url) {
    if ( window.frames[iframeName] ) {
        window.frames[iframeName].location = url;   
        return false;
    }
    return true;
}

///////////////////////////////////
jQuery(function (){
  $("#OL_Tab_1").mouseover(
      function () {
        $("#OL_Tab_1").css("color", "red");
        $("#OL_Tab_2").css("color", "black");
        $("#OL_Tab_3").css("color", "black");
        $("#OL_Tab_4").css("color", "black");
        $("#OL_Tab_5").css("color", "black");
        $("#OL_Tab_6").css("color", "black");
        $("#OL_Tab_7").css("color", "black");

        $("#OL_TabText_1").show();
        $("#OL_TabText_2").hide();
        $("#OL_TabText_3").hide();
        $("#OL_TabText_4").hide();
        $("#OL_TabText_5").hide();
        $("#OL_TabText_6").hide();
        $("#OL_TabText_7").hide();
    });
});

///////////////////////////////////
jQuery(function (){
  $("#OL_Tab_2").mouseover(
      function () {
        $("#OL_Tab_1").css("color", "black");
        $("#OL_Tab_2").css("color", "red");
        $("#OL_Tab_3").css("color", "black");
        $("#OL_Tab_4").css("color", "black");
        $("#OL_Tab_5").css("color", "black");
        $("#OL_Tab_6").css("color", "black");
        $("#OL_Tab_7").css("color", "black");

        $("#OL_TabText_1").hide();
        $("#OL_TabText_2").show();
        $("#OL_TabText_3").hide();
        $("#OL_TabText_4").hide();
        $("#OL_TabText_5").hide();
        $("#OL_TabText_6").hide();
        $("#OL_TabText_7").hide();
    });
});

///////////////////////////////////
jQuery(function (){
  $("#OL_Tab_3").mouseover(
      function () {
        $("#OL_Tab_1").css("color", "black");
        $("#OL_Tab_2").css("color", "black");
        $("#OL_Tab_3").css("color", "red");
        $("#OL_Tab_4").css("color", "black");
        $("#OL_Tab_5").css("color", "black");
        $("#OL_Tab_6").css("color", "black");
        $("#OL_Tab_7").css("color", "black");

        $("#OL_TabText_1").hide();
        $("#OL_TabText_2").hide();
        $("#OL_TabText_3").show();
        $("#OL_TabText_4").hide();
        $("#OL_TabText_5").hide();
        $("#OL_TabText_6").hide();
        $("#OL_TabText_7").hide();
    });
});


///////////////////////////////////
jQuery(function (){
  $("#OL_Tab_4").mouseover(
      function () {
        $("#OL_Tab_1").css("color", "black");
        $("#OL_Tab_2").css("color", "black");
        $("#OL_Tab_3").css("color", "black");
        $("#OL_Tab_4").css("color", "red");
        $("#OL_Tab_5").css("color", "black");
        $("#OL_Tab_6").css("color", "black");
        $("#OL_Tab_7").css("color", "black");

        $("#OL_TabText_1").hide();
        $("#OL_TabText_2").hide();
        $("#OL_TabText_3").hide();
        $("#OL_TabText_4").show();
        $("#OL_TabText_5").hide();
        $("#OL_TabText_6").hide();
        $("#OL_TabText_7").hide();
    });
});

///////////////////////////////////
jQuery(function (){
  $("#OL_Tab_5").mouseover(
      function () {
        $("#OL_Tab_1").css("color", "black");
        $("#OL_Tab_2").css("color", "black");
        $("#OL_Tab_3").css("color", "black");
        $("#OL_Tab_4").css("color", "black");
        $("#OL_Tab_5").css("color", "red");
        $("#OL_Tab_6").css("color", "black");
        $("#OL_Tab_7").css("color", "black");

        $("#OL_TabText_1").hide();
        $("#OL_TabText_2").hide();
        $("#OL_TabText_3").hide();
        $("#OL_TabText_4").hide();
        $("#OL_TabText_5").show();
        $("#OL_TabText_6").hide();
        $("#OL_TabText_7").hide();
    });
});

///////////////////////////////////
jQuery(function (){
  $("#OL_Tab_6").mouseover(
      function () {
        $("#OL_Tab_1").css("color", "black");
        $("#OL_Tab_2").css("color", "black");
        $("#OL_Tab_3").css("color", "black");
        $("#OL_Tab_4").css("color", "black");
        $("#OL_Tab_5").css("color", "black");
        $("#OL_Tab_6").css("color", "red");
        $("#OL_Tab_7").css("color", "black");

        $("#OL_TabText_1").hide();
        $("#OL_TabText_2").hide();
        $("#OL_TabText_3").hide();
        $("#OL_TabText_4").hide();
        $("#OL_TabText_5").hide();
        $("#OL_TabText_6").show();
        $("#OL_TabText_7").hide();
    });
});

///////////////////////////////////
jQuery(function (){
  $("#OL_Tab_7").mouseover(
      function () {
        $("#OL_Tab_1").css("color", "black");
        $("#OL_Tab_2").css("color", "black");
        $("#OL_Tab_3").css("color", "black");
        $("#OL_Tab_4").css("color", "black");
        $("#OL_Tab_5").css("color", "black");
        $("#OL_Tab_6").css("color", "black");
        $("#OL_Tab_7").css("color", "red");

        $("#OL_TabText_1").hide();
        $("#OL_TabText_2").hide();
        $("#OL_TabText_3").hide();
        $("#OL_TabText_4").hide();
        $("#OL_TabText_5").hide();
        $("#OL_TabText_6").hide();
        $("#OL_TabText_7").show();
    });
});



$(document).ready(
  function() {
    $('div#OL_Tabs > ul').tabs();
  }
);




