	// -------------------------------------------------------
	// Array of bucket descriptions
	// -------------------------------------------------------

		var aCatDesc = new Array(11);
		aCatDesc[0] = '<H2 CLASS="clsBlue">Translation</H2><p>I get many people accessing this site for whom Engish is not their first language, they express obvious interst and I would love to make this site as accessable as possible to them. If you feel that you are able to donate some of your time in translating these pages then have a look at the <a href="tranplan.htm">Translation Plan </a>and send us an <a href="mailto:helpers@thedoghouse.org?subject=Translation">email</a>.</p>';
		aCatDesc[1] = '<H2 CLASS="clsBlue">Helpers</H2><ul><li>There are many <a href="whoswho.htm">people</a> that help with the DogHouse directly and indirectly in an adhoc way.</li><li>We are always keen for people who share this passion to put it to work in the here. Whatever service you can donate it is always welcome.</li><li>What is needed is Writers, Translators, Organizers, Promoters, Copy editors and Contributors. There are a number of Masters proudly showing the antics of their pups in these pages.</li><li>This site offers page exchanges/ <a href="members/reciprocation.htm">reciprocation</a>, where some pages are republished&nbsp; (with permission and full credits) having return links to the originals, that may not be in English - in return for using content that is found on this site. <br>This follows the goal of being a central repository for everything that relates to SM DogTraining.</li></ul>';
		aCatDesc[2] = '<H2 CLASS="clsBlue">Your Feedback</H2><P>I get loads of email. I am glad of the encouraging words that you send, and of all the mail I have, only 2 are hostile.</P>';
		aCatDesc[3] = '<H2 CLASS="clsBlue">Fast Ads</H2><P>As soon as I get your advert it goes into here first. These pages are around 30 days old, so takes less time to load.</P>';
		aCatDesc[4] = '<H2 CLASS="clsBlue">Hetrosexual, Bisexual</H2><P>This page is for the sex with women advertisers - That is not Gay men, but all else.</P>';
		aCatDesc[5] = '<H2 CLASS="clsBlue">Photo Adverts</H2><P>This page lists all the thumbnail pictures of the advertisers so that you can choose a person by face. They are grouped by time zone, and then by city phone code.</P>';
		aCatDesc[6] = '<H2 CLASS="clsBlue">Gay Youth</H2><P>Gay Youth have a web page to themselves. The age of consent is as low as 14yo in some European countries, the assumed age range here is <a href="adult.htm">18yo</a>-21yo. These are for people of that age looking for people of their own age or older. They might not be in a position to commit to a 24/7 (however much they may want to) but are looking at the initial stages in their SM life. Much of this building up confidence, experimenting with what they like and do not like - many of them are looking for a mentor (caring Master) to teach them more&nbsp; through to&nbsp; other that just was as much cock as they can get their mouths on!</P>';
		aCatDesc[7] = '<H2 CLASS="clsBlue">The DogPound</H2><P>This is where you will find all the adverts. Including those in German, or for a major locale such as NY, LA or London.</P>';
		aCatDesc[8] = '<H2 CLASS="clsBlue">Sample Adverts</H2><P>These are sample adverts, thought you might be wanting to say something like <a href="/members/res_mw01.htm">this</a> please be aware of the attention span of your audience and the amount of print space in an advert. Your advert is about promoting you, so give it some thought.</P>';
		aCatDesc[9] = '<H2 CLASS="clsBlue">Sending Photos</H2><ul><li>Send a Picture of yourself as you might appear in a SM bar, avoid pic of you at the office party, at the opera, or something that only has meaning to you - you are advertising yourself here.</li><li>You can include a *hot* picture of you in an SM scene. That might be horny, but it is generally less good than how you looked when a Master glanced across a bar and saw you standing there. He can imagine the rest.</li><li>Ensure when you send it you tie it in with the same email address as the advert (I do not read minds). Best send it as a JPG, with a name like Master_aol.jpg, &quot;Me.jpg&quot; is not very helpful.</li><li>You should understand that pictures on the web are available to be seen by everyone. Send it as soon as possible with the advert.</li></ul>';
		aCatDesc[10] = '<H2 CLASS="clsBlue">More Information</H2><ul><li><p align="left"><font face="Comic Sans MS" size="1">The Doghouse is a not-for-profit organization that is for the dogslave and the Owners that like them that way. However running such a service is a passion - but is not without cost.</font></p></li><li><p align="left"><font face="Comic Sans MS" size="1">The DogHouse started with the one simple Goal to be all that a Dogslave or Owners could ever want - A big challenge but one worth taking. </font></p></li><li><p align="left"><font face="Comic Sans MS" size="1">The DogHouse acts as a facilitator, &nbsp; a catalyst in the positive development of the SM dogslave lifestyle bringing forward a <a href="members/community.htm">community</a> that share these values. </font></p></li><li><p align="left"><font face="Comic Sans MS" size="1">Where possible The Doghouse will cultivate positive associates where interested parties can develop mutually beneficial relationships. <br>This ranges from a slave searching for a the right Master for him through to locating a supplier of a steel dog cage or dog chain as show&nbsp; <a href="members/getdogchain.htm" target="_blank">here</a>.</font></p></li></ul>';
	
	
	// -------------------------------------------------------
	// Event Handlers
	// -------------------------------------------------------

	function LeftNav_mouseover()
	{
		if ("complete" == document.readyState && "A" == (eSrc = window.event.srcElement).tagName.toUpperCase())
		{
			var sId = eSrc.id;
			var iCatNum = sId.substring(sId.lastIndexOf("-")+1);
			if (eCatDiv = document.all("divCatDesc")) eCatDiv.innerHTML = aCatDesc[iCatNum];
		}
	}

	function LeftNav_click()
	{
		if ("A" == (eSrc = window.event.srcElement).tagName.toUpperCase() && null == eSrc.getAttribute("expNoToc"))
		{
			// -- eSrc.href = "/" + eSrc.pathname.substring(0,eSrc.pathname.indexOf("/")) + "/c-frame.htm#/" + eSrc.pathname;
			eSrc.href = "/" + eSrc.pathname;
			
			
		}
	}

	// -------------------------------------------------------
	// Event-binding
	// -------------------------------------------------------

	if (eLeftNav = document.all("tblLeftNav"))
	{
		tblLeftNav.onmouseover = LeftNav_mouseover;
		tblLeftNav.onclick = LeftNav_click;
	}

