


<!--
// Load Content
$(document).ready(function() {
  $('#footer_Content').load('index.htm #footer_Master');
  $('#pgBanner_Content').load('about.htm #pgBanner_Master');
  $('#PosterNav_Content').load('about.htm #PosterNav_Master');
  $('#spiderweb_Content').load('contact.htm #spiderweb_Master');
}); // end ready
// -->

<!--
// Free Quote Panel
$(document).ready(function() {
  $('.FQ_close').hide();
  $('#sill_left').toggle(
    function() {
      $('#poster').animate({right:'-=189px'},33);
      $('.FQ_open').hide();
      $('.FQ_close').show();
    },
    function() {
      $('#poster').animate({right:'+=189px'},33);
      $('.FQ_open').show();
      $('.FQ_close').hide();
    }
  );
}); // end ready
// -->

<!--
// Poster Quote Panel
$(document).ready(function() {
  $('.FQP_close').hide();
  $('#FQP_Button').toggle(
    function() {
      $('#poster').animate({right:'-=189px'},33);
      $('.FQP_open').hide();
      $('.FQP_close').show();
    },
    function() {
      $('#topMain_Right #poster').animate({right:'+=189px'},33);
      $('.FQP_open').show();
      $('.FQP_close').hide();
    }
  );
}); // end ready
// -->


<!--
// Website Quote Panel
$(document).ready(function() {
  $('.webQuote_close').hide();
  $('#webQuoteButton').toggle(
    function() {
      $('#poster').animate({right:'-=189px'},33);
      $('.webQuote_open').hide();
      $('.webQuote_close').show();
    },
    function() {
      $('#topMain_Right #poster').animate({right:'+=189px'},33);
      $('.webQuote_open').show();
      $('.webQuote_close').hide();
    }
  );
}); // end ready
// -->

