// $(document).ready(function() {
  // $('#optionSize').hide();

  // $('a#showoptionSize').click(function() {
    // $('#optionSize').show('slow');
	// $('.optionArrowCollapsedSize').addClass('optionArrowExpanded');
	// $('.showOptionSize').addClass('a#hide1optionSize');
    // return false;
  // });

  // $('a#hide1optionSize').click(function() {
    // $('#optionSize').hide('fast');
    // return false;
  // });
// });

$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  jQuery('#siiglogoscontainer').hide();
  jQuery('#siigcatalogcontainer').hide();
  jQuery('#siigavproductguidecontainer').hide();
  jQuery('#siigitproductguidecontainer').hide();
  jQuery('#newproductflyerscontainer').hide();
  jQuery('#familyflyerscontainer').hide();

 // toggles the slickbox on clicking the noted link
  jQuery('a#showsiiglogos').click(function() {
  jQuery('#siiglogoscontainer').toggle(400);
  jQuery('.arrowInactivesiiglogos').toggleClass('arrowactivesiiglogos', 400);

 return false;
  });
  
     // toggles the slickbox on clicking the noted link
  jQuery('a#showsiigcatalog').click(function() {
  jQuery('#siigcatalogcontainer').toggle(400);
  jQuery('.arrowInactivesiigcatalog').toggleClass('arrowactivesiigcatalog', 400);

 return false;
  });
  
     // toggles the slickbox on clicking the noted link
  jQuery('a#showsiigavproductguide').click(function() {
  jQuery('#siigavproductguidecontainer').toggle(400);
  jQuery('.arrowInactivesiigavproductguide').toggleClass('arrowactivesiigavproductguide', 400);

 return false;
  });
  
     // toggles the slickbox on clicking the noted link
  jQuery('a#showsiigitproductguide').click(function() {
  jQuery('#siigitproductguidecontainer').toggle(400);
  jQuery('.arrowInactivesiigitproductguide').toggleClass('arrowactivesiigitproductguide', 400);

 return false;
  });
  
     // toggles the slickbox on clicking the noted link
  jQuery('a#shownewproductflyers').click(function() {
  jQuery('#newproductflyerscontainer').toggle(400);
  jQuery('.arrowInactivenewproductflyers').toggleClass('arrowactivenewproductflyers', 400);

 return false;
  });
  
     // toggles the slickbox on clicking the noted link
  jQuery('a#showfamilyflyers').click(function() {
  jQuery('#familyflyerscontainer').toggle(400);
  jQuery('.arrowInactivefamilyflyers').toggleClass('arrowactivefamilyflyers', 400);

 return false;
  });
});
