<!-- Begin HEADER OPTIONS CODE
var color			= "000000"	// HEADER BACKGROUND COLOR
var bordertop		= "000000"	// TOP border COLOR
var borderbot		= "000000"	// BOTTOM border COLOR
var flashheight		= "55"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "750"		// WIDTH OF THE FLASH (IN PIXELS)
var headerheight	= "55"		// OVERALL HEADER HEIGHT
var botM			= "0"		// HEADER BOTTOM MARGIN
var topM			= "0"		// HEADER TOP MARGIN
var borderthk		= "1"		// border THICKNESS
var headerbar		= "yes"		// SHOW BAR UNDER THE HEADER
var menuside		= "left"	// MENU SIDE | left, right or center
var menuspace		= "25"		// MENU END SPACING
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" style="background-color: #'+color+'; border-TOP: #'+bordertop+' '+borderthk+'px solid; border-BOTTOM: #'+borderbot+' '+borderthk+'px solid; height: '+headerheight+'px; margin-top: '+topM+'px; margin-bottom: '+botM+'px;"><tr><td align="center" valign="middle">');
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="'+flashwidth+'" height="'+flashheight+'" id="home_page">');
document.write('<PARAM name=movie VALUE="home_page.swf">');
document.write('<PARAM name=quality VALUE="high">');
document.write('<PARAM name=wmode VALUE="transparent">');
document.write('<PARAM name=bgcolor VALUE="#'+color+'">');
document.write('<EMBED src="home_page.swf" quality="high" wmode="transparent" bgcolor="#'+color+'"  width="'+flashwidth+'" height="'+flashheight+'" name="home_page" type="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');
   if (headerbar == "yes") {
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="printhide"><tr>');
document.write('<td background="images/split-bar.gif">');
document.write('<img src="images/bengal-cats-spacer.gif" height="35" width="15" border="0" alt="image"><br>');
document.write('</td></tr></table>');
}
document.write('<div class="printhide"><table cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="images/bengal-cats-spacer.gif" width="'+menuspace+'" height="5"></a><br>');
// #Start Menu Button Links
document.write('</td><td>');
document.write('<a href="index.html" class="menu">Home</a>');

document.write('</td><td>');
document.write('<a href="about.htm" class="menu">About</a>');

document.write('</td><td>');
document.write('<a href="bengal-queens.htm" class="menu">Queens</a>');

document.write('</td><td>');
document.write('<a href="bengal-studs.htm" class="menu">Studs</a>');

document.write('</td><td>');
document.write('<a href="bengal-kittens.htm" class="menu">Kittens</a>');

document.write('</td><td>');
document.write('<a href="history.htm" class="menu">History</a>');

document.write('</td><td>');
document.write('<a href="gallery.htm" class="menu">Gallery</a>');

document.write('</td><td>');
document.write('<a href="slideshow.htm" class="menu">Slideshow</a>');

document.write('</td><td>');
document.write('<a href="links.htm" class="menu">Links</a>');

document.write('</td><td>');
document.write('<a href="news.htm" class="menu">News</a>');

document.write('</td><td>');
document.write('<a href="contact.htm" class="menu">Contact</a>');

document.write('</td><td>');
document.write('<a href="show-results.htm" class="menu">Show Results</a>');
// #End Menu Button Links
document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="images/bengal-cats-spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');
//  End -->