

	function ccWindow() {
		cc = window.open("cc.html","creativeCommonsBlurb","menubar=yes,toolbar=yes,scrollbars=yes,location=yes,status=yes,resizable=yes,width=550,height=350,left=60,top=60");
		}

	function cchrisWindow() {
		cchris = window.open("cchris.html","Chris","menubar=yes,toolbar=yes,scrollbars=yes,location=yes,status=yes,resizable=yes,width=550,height=350,left=60,top=60");
		}

	function moreWindow(critter) {
		morePaws = window.open(critter,"","menubar=no,toolbar=no,scrollbars=yes,location=no,status=no,resizable=yes,width=350,height=250,left=25,top=150");
		}

   function bottomStuff() {
      var footerWords = '<div class="footer">\n';
      footerWords += 'John Kwasnik -- Sacramento, California -- July 2007<br \/>\n';
      footerWords += '<a href="mailto:johnkwasnik@comcast.net?subject=FurryBuddies">Email your comments<\/a>\n';
      footerWords += '<\/div>\n';
      footerWords += '<div id="cc">\n';
      footerWords += '<a href="javascript:ccWindow()"><img border="0" height="37" width="225" src="../aboutcc.gif"><\/a><br>\n';
      footerWords += 'Except where otherwise noted, the contents of this website<br>\n';
      footerWords += 'are licensed under a Creative Commons License.\n';
      footerWords += '<\/div>\n';
      footerWords += '<div class="footer">\n';
      footerWords += '<br \/><br \/><b>&#171; to the <\/b>\n';
      footerWords += '<a href="http://home.comcast.net/~johnkwasnik/index.html"><b>master index<\/b><\/a><b> page<\/b>\n';
      footerWords += '<\/div><br \/>\n';
      document.write(footerWords);
      document.close()
      }

   function disClaimer() {
      var hiddenWords = '<div class="hide">\n';
      hiddenWords += '   <span class="nsonly">\n';
      hiddenWords += '      This site is now boldly charging into the present: &nbsp;\n';
      hiddenWords += '      using XHTML and style sheets for formatting, and no longer \n';
      hiddenWords += '      using tables. &nbsp;<b>We thus gave up trying to make it \n';
      hiddenWords += '      look good in Netscape 4 and below.<\/b> &nbsp;Sorry.\n';
      hiddenWords += '   <\/span><br \/><br \/>\n';
      hiddenWords += '<\/div>\n';
      document.write(hiddenWords);
      document.close()
      }


