//
// psd2css.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   January 10, 2009, 9:39 pm with psd2css Online version 1.30

var timerId;
$(document).ready(function(){

  // This is required for the PNG fix to work.
  if( $.fn.pngfix != null )
    $("img[@src$=png]").pngfix();

  
  // This is code to handle the Close_menu menu
  $("#Layer-4").hide().addClass("allMenus");
  $("#Layer-3").click(function(e){
    e.preventDefault();
    $(".allMenus").hide("slow");
    $("#Layer-4").show("slow");
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-4").hide("slow")', 4000 );
  });
  
  // This is code to handle the ATP_menu menu
  $("#Layer-6").hide().addClass("allMenus");
  $("#Layer-5").click(function(e){
    e.preventDefault();
    $(".allMenus").hide("slow");
    $("#Layer-6").show("slow");
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-6").hide("slow")', 4000 );
  });
  
  // This is code to handle the CH_menu menu
  $("#Layer-9").hide().addClass("allMenus");
  $("#Layer-8").click(function(e){
    e.preventDefault();
    $(".allMenus").hide("slow");
    $("#Layer-9").show("slow");
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-9").hide("slow")', 4000 );
  });

});

