 // pageTitle specifies the page title that appears in the titlebar.
  var pageTitle="Sillyware Contributions"


  // heading1 is the main heading.  Set it to pageTitle if it should match that.
  var heading1=pageTitle

  // indexBackgroundImage specifies the background image file if useRandomIndexBackgroundEachTime = 0
  var indexBackgroundImage="tn_/bkpixel.gif"

  // fullscreenBackgroundImage specifies the background in "full screen" mode
  var fullscreenBackgroundImage="tn_/bkpixel.gif"

  // useRandomIndexBackgroundEachTime specifies how the background changes when the selected folder changes
  var useRandomIndexBackgroundEachTime=0; //0=use indexBackgroundImage, 1=randomize once, 2=every index

  // initialSize specifies the resizing on full screen images
  var initialSize=0; // 0=actual, 1=fit, 2=xs, 3=s, 4=m, 5=l, 6=xl

  // hidePagesIfOnlyOne forces index to only show sub-sections images require >1 index page
  var hidePagesIfOnlyOne = 1;
  
  // useGrayScale causes IE to gray the picture index and color the picture under the mouse.
  // Dumb but cute.  May be best with useRandomIndexBackgroundEachTime=0
  var           useGrayScale = 0; 