<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS

var showsflash		= "yes"		// SHOW FLASH IMAGE CHANGER
var flashcolor		= "FF0000"	// FLASH BACKGROUND COLOR
var flashwC		= "175"		// WIDTH OF THE FLASH CHANGER
var flashhC		= "116"		// HEIGHT OF THE FLASH CHANGER

var flashspace		= "40"		// FLASH TOP SPACING
var flashspaceB		= "26"		// FLASH BOTTOM SPACING
var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		= "10"		// MENU TOP SPACING




document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu" onMouseover="Sound()">Home</a>');



// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="legend_of_the_goats.htm" class="menu" onMouseover="Sound()">Legend of the Goats</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="kids_goat_rangers.htm" class="menu" onMouseover="Sound()">Kids-Goat Rangers</a>');

document.write('</td></tr><tr><td nowrap class="topline">');
document.write('<a href="tour_the_store.htm" class="menu" onMouseover="Sound()">Tour The Store</a>');

document.write('</td></tr><tr><td nowrap class="topline">');
document.write('<a href="old_goat_mining_co.htm" class="menu" onMouseover="Sound()">Old Goat Mining Co</a>');

document.write('</td></tr><tr><td nowrap class="topline">');
document.write('<a href="amish_pictures.htm" class="menu" onMouseover="Sound()">Amish Pictures</a>');

document.write('</td></tr><tr><td nowrap class="topline">');
document.write('<a href="goat_store_online.htm" class="menu" onMouseover="Sound()">Goat Store Online</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="baby_furniture.htm" class="menu" onMouseover="Sound()">Baby Furniture</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="rustic_furniture.htm" class="menu" onMouseover="Sound()">Rustic Furniture</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="events.htm" class="menu" onMouseover="Sound()">Events</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu" onMouseover="Sound()">Suggested Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu" onMouseover="Sound()">Contact Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="goat_stories.htm" class="menu" onMouseover="Sound()">Goat Stories</a>');







// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK




// END TOP LINKS //








// START BOTTOM LINKS //




// END BOTTOM LINKS //






document.write('</td></tr><tr><td align="center" class="bottomline">');

document.write('<img src="picts/spacer.gif" width="175" height="'+flashspace+'"></a><br>');

// FLASH CHANGER
   if (showsflash == "yes") {
document.write('<div class="printhide">');
document.write('<table cellpadding="0" cellspacing="0" border="0" class="flashchanger"><tr><td valign="top">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" id="imagechanger">');
document.write('<PARAM NAME="movie" VALUE="imagechanger.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+flashcolor+'">');
document.write('<EMBED src="imagechanger.swf" quality="high" wmode="transparent" bgcolor="#'+flashcolor+'"  WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" NAME="imagechanger" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');
document.write('</div>');
}

document.write('<img src="picts/spacer.gif" width="175" height="'+flashspaceB+'"></a><br>');







document.write('</td></tr></table>');

//  End -->