function welcome()
{
	var htmText = "<img src=\"images/group.jpg\" align=\"right\" > "
	htmText = htmText + "<h2>Welcome to Trademark Kennels' Website!</h2><br>"
	htmText = htmText + "Trademark Kennels was started in June of 2000 when Tabitha adopted Dingo. "
	htmText = htmText + "Dingo reintroduced Tabitha and Melanie to the addiction of the Dog Show world. "
	htmText = htmText + "Now we have a collection of whippets along with a cavalier and a toller.<br><br>"
	htmText = htmText + "While the main activity of Trademark is to show our dogs in the conformation ring, "
	htmText = htmText + "health, temperament and breed purpose are as important to us as structure. "
	htmText = htmText + "When adopting a new dog for show, or considering breeding our first concern is health. "
	htmText = htmText + "Proliferating genetic health defects in a breed is both irresponsible and cruel.  "
	htmText = htmText + "Our second concern is temperament.  We believe that a dog's temperament is dominated by "
	htmText = htmText + "genetic factors.  Breeding a dog that effortlessly gets along with people and other dogs is a must. "
	htmText = htmText + "Our next priority is breed purpose.  A whippet that has poor movement may not be able to run "
	htmText = htmText + "fast or could be prone to running injuries. "
	htmText = htmText + "<img src=\"images/finn1.jpg\" align=\"left\"> "
	htmText = htmText + "Our last priority is the conformation criteria of the dog.  It is our last priority precisely because unlike health, temperament, and "
	htmText = htmText + "purpose, it can easily be demonstrated in the conformation show ring. "
	htmText = htmText + "We try our best to interpret the breed conformation standard keeping in mind purpose and breed history, without "
	htmText = htmText + "falling victim to the latest trends in the show ring."
	htmText = htmText + "<br clear='left'><br clear='right'>"
	htmText = htmText + "<img src='images/welcomedogbed.jpg' align='right'>Chuck wrote some pvc dog bed <a href='http://www.wiretheskiesblue.com/dogbed/instructions.htm'>instructions.</a>"
	
	document.getElementById('bodyText').innerHTML = htmText;
}

function news()
{
	var htmText=""
	htmText = htmText + "<h2>Jan, 2005  - Finn's sister becomes a champion!</h2>"
	htmText = htmText + "Although we aren't the owners, Finn's sister Maya becomes a champion at the Indio show.  I still remember them coming off the plane from Sweden.  They grow up so fast."
	htmText = htmText + "<h2>Jan 3, 2005  - Arrow update</h2>"
	htmText = htmText + "<img src=\"images/newsarrow.jpg\" align=\"left\" > "
	htmText = htmText + "Here's Arrow after he settled in.  Apparently he fits right in the Osler household and has made new friends."
	htmText = htmText + "<br clear='left'>"
	htmText = htmText + "<h2>December 27, 2004  - Dingo passes to the land of slow moving squirrels.</h2>"
	htmText = htmText + "<img src=\"images/newsdingochuck.jpg\" align=\"right\" > "
	htmText = htmText + "After fighting for over a month with a mysterious illness, Dingo passed away today.  He will be greatly missed.  He was a great dog.  Here's a picture of happier times."
	htmText = htmText + "<br clear='right'>"
	htmText = htmText + "<h2>December 2004  - Disney leaves home/Changes name to Arrow</h2>"
	htmText = htmText + "<img src=\"images/disneydingo.jpg\" align=\"left\" > "
	htmText = htmText + "Arrow (Trademark Blazing Arrow) left for Rapid City, South Dakota with April Osler.  We're sure that he will be very happy there.  He's always wanted to see Mount Rushmore.  He's also looking forward to digging in snow sometime later this winter.  April promised us some pictures of him in snow."
	htmText = htmText + "<br clear='left'>"
	htmText = htmText + "<h2>November 2004  - Nika leaves home/Changes name to Brinly</h2>"
	htmText = htmText + "<img src=\"images/newsnikaleaves.jpg\" align=\"right\" > "
	htmText = htmText + "Nika from Luna's (and ours) first litter left for her new home.  Rumor has it that her name will be Trademark's Brinly by Blazer.  We are confident she will be happy living with her daddy, Blazer, in James Anders' home.<br><br>Brinly is the girl standing over Snoopy in the picture."
	htmText = htmText + "<br clear='right'><h2>October 2004  - Luna has puppies</h2>"
	htmText = htmText + "<img src=\"images/newslunapuppies.jpg\" align=\"left\" > "
	htmText = htmText + "Luna gave birth to four puppies on September 24, 2005.  All four are healthy.  There are two males and two females.  Read more about them on the <a href=\"litter.htm\">litter page.</a>"
	htmText = htmText + "<br clear='left'><h2>October 2004  - State Fair Entries</h2>"
	htmText = htmText + "<img src=\"images/getthebunny.jpg\" align=\"right\" > "
	htmText = htmText + "Chuck took this photo at a spring lure coursing event, and promptly converted it into a chainmail mosaic.  This was entered into the 2004 State Fair, but unfortunately did not earn a ribbon.  This professionally framed portrait was donated to the 2005 Whippet Nationals being held in the Phoenix area next year.  If you wish to buy a raffle ticket, which will support the 2005 Whippet Nationals, you can from the <a href=\"http://www.awc2005.com/logo.htm\">event's website</a>"
	htmText = htmText + "<br clear=\"right\"><img src=\"images/willieportrait.jpg\" align=\"left\" > "
	htmText = htmText + "Chuck also entered this mosaic of Melanie's cavalier Willie."
	htmText = htmText + "<br clear=\"left\"><h2>August 2004  - Finn Win</h2><img src=\"images/newsfinnwin.jpg\" align=\"right\" >With this August 15 Best of Winners placing, Finn finished his AKC conformation championship in Greeley, Colorado under judge Linda Scanlon."
	document.getElementById('bodyText').innerHTML = htmText;
}

function events()
{
	var htmText = "<h2>Events that we will be attending.</h2>It is our intent that this be updated with shows and any other events that we will be taking our dogs.  However, we doubt that those intentions will always be followed by the action of updating this page.  One must have hope though.<h2>Past Events</h2>"
	htmText = htmText + "<a href ='http://members.cox.net/lurecourse/coursepics'>Sunday January 10, 2004 AKC Lure Trial</a><br>"
	htmText = htmText + "<a href ='http://members.cox.net/trademarkwhippets/pictures.html'>Oct 26, 2003 Lure Coursing</a><br>"

	document.getElementById('bodyText').innerHTML = htmText;
}

function pics121104()
{
	var htmText = ""
	htmText = htmText + "<a class=picOdd style='cursor:hand;' onclick=\"document.images[0].src='images/121104/dec110001.JPG';\">[Snoopy&nbsp;self&nbsp;stacks!]</a> "
	htmText = htmText + "<a class=picEven style='cursor:hand;' onclick=\"document.images[0].src='images/121104/dec110002.JPG';\">[Conan&nbsp;trying&nbsp;to&nbsp;get&nbsp;a&nbsp;chance&nbsp;at&nbsp;the&nbsp;hole]</a> "
	htmText = htmText + "<a class=picOdd style='cursor:hand;' onclick=\"document.images[0].src='images/121104/dec110003.JPG';\">[Conan&nbsp;high&nbsp;fives&nbsp;Indie]</a> "
	htmText = htmText + "<a class=picEven style='cursor:hand;' onclick=\"document.images[0].src='images/121104/dec110004.JPG';\">[Conan&nbsp;doing&nbsp;a&nbsp;gopher&nbsp;impersonation]</a> "
	htmText = htmText + "<a class=picOdd style='cursor:hand;' onclick=\"document.images[0].src='images/121104/dec110005.JPG';\">[Indie&nbsp;trots&nbsp;away]</a> "
	htmText = htmText + "<a class=picEven style='cursor:hand;' onclick=\"document.images[0].src='images/121104/dec110006.JPG';\">[Hole&nbsp;inspectors]</a> "
	htmText = htmText + "<a class=picOdd style='cursor:hand;' onclick=\"document.images[0].src='images/121104/dec110007.JPG';\">[Luna&nbsp;wondering&nbsp;why&nbsp;her&nbsp;child&nbsp;is&nbsp;digging]</a> "
	htmText = htmText + "<a class=picEven style='cursor:hand;' onclick=\"document.images[0].src='images/121104/dec110008.JPG';\">[Disney&nbsp;takes&nbsp;little&nbsp;breather]</a> "
	htmText = htmText + "<a class=picOdd style='cursor:hand;' onclick=\"document.images[0].src='images/121104/dec110009.JPG';\">[Disney&nbsp;shows&nbsp;off&nbsp;new&nbsp;pigment]</a> "
	htmText = htmText + "<a class=picEven style='cursor:hand;' onclick=\"document.images[0].src='images/121104/dec110010.JPG';\">[Activity&nbsp;around&nbsp;the&nbsp;hole]</a> "
	htmText = htmText + "<a class=picOdd style='cursor:hand;' onclick=\"document.images[0].src='images/121104/dec110011.JPG';\">[Pick&nbsp;on&nbsp;Indie&nbsp;time]</a> "
	htmText = htmText + "<a class=picEven style='cursor:hand;' onclick=\"document.images[0].src='images/121104/dec110012.JPG';\">[Excellent&nbsp;movement&nbsp;for&nbsp;Disney!]</a> "
	htmText = htmText + "<a class=picOdd style='cursor:hand;' onclick=\"document.images[0].src='images/121104/dec110013.JPG';\">[Disney&nbsp;decides&nbsp;a&nbsp;differen&nbsp;approach]</a> "
	htmText = htmText + "<br><img src='images/121104/dec110001.JPG' id=varPic>"

	document.getElementById('bodyText').innerHTML = htmText;

}

function rightMenu(num)
{
	var 	ret = "<table border=0 cellspacing=1 bgcolor=white>"
	ret = 	ret + "<tr><td class=normal onMouseOver='this.className=\"highlight\"' onMouseOut='this.className=\"normal\"' onclick='welcome()'>&nbsp;&nbsp;Welcome&nbsp;&nbsp;</td>"
	ret = 	ret + "<tr><td class=normal onMouseOver='this.className=\"highlight\"' onMouseOut='this.className=\"normal\"' onclick='news()'>&nbsp;&nbsp;News</td></tr>"
	ret = 	ret + "<tr><td class=normal onMouseOver='this.className=\"highlight\"' onMouseOut='this.className=\"normal\"' onclick='pics121104()'>Dec&nbsp;12,2004&nbsp;Pictures</td></tr>"
	ret = 	ret + "<tr><td class=normal onMouseOver='this.className=\"highlight\"' onMouseOut='this.className=\"normal\"' onclick='events()'>&nbsp;&nbsp;Events</td></tr>"
	ret = 	ret + "</table>"
	welcome()
	return ret
}