<!-- Begin HEADER OPTIONS CODE
// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON
var color		= "342425"	// HEADER BACKGROUND COLOR 342425 
var headheight		= "80"		// HEIGHT OF THE HEADER
var showimage		= "yes"		// SHOW IMAGE IN THE RIGHT HEADER
var headerlink		= "order.htm"	// SMALL HEADER IMAGE LINK
var image_border	= "D2D1CC"	// SMALL IMAGE BORDER COLOR

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" height="'+headheight+'" bgcolor="#'+color+'"><tr><td ALIGN="left" VALIGN="middle">');
document.write('<a href="index.html"><IMG SRC="images/logo.jpg" border="0" alt="Home"></a><br>');
if (showimage == "yes") {
document.write('</td><td width="73">');
}
document.write('</td></tr></table>');

// START MENU
var menuside	= "left"	// MENU SIDE | left, right or center
var menuspace	= "25"		// MENU END SPACING
document.write('<div class="printhide"><table cellpadding="0" cellspacing="0" border="0" width="100%" background="images/menu-background.gif" class="menuouter"><tr><td align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="images/spacer.gif" width="'+menuspace+'" height="18"></a><br>');
// START LINKS
document.write('</td><td>');
document.write('<a href="http://www.cheragabengals.co.uk/index.html" class="menu">Home</a>');

document.write('</td><td>');
document.write('<a href="http://www.cheragabengals.co.uk/STUDS.htm" class="menu">Bengal Studs</a>');

document.write('</td><td>');
document.write('<a href="http://www.cheragabengals.co.uk/QUEENS.htm" class="menu">Bengal Queens</a>');

document.write('</td><td>');
document.write('<a href="http://www.cheragabengals.co.uk/kittens.php" class="menu">Bengal Kittens</a>');

document.write('</td><td>');
document.write('<a href="http://www.cheragabengals.co.uk/CONTACT.htm" class="menu">Contact</a>');

document.write('</td><td>');
document.write('<a href="http://www.cheragabengals.co.uk/gallery.htm" class="menu">Gallery</a>');

document.write('</td><td>');
document.write('<a href="http://www.cheragabengals.co.uk/qanda.htm" class="menu">FAQ</a>');

document.write('</td><td>');
document.write('<a href="http://www.cheragabengals.co.uk/links.htm" class="menu">Links</a>');
// END LINKS

document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="images/spacer.gif" width="'+menuspace+'" height="18"></a><br>');
document.write('</td></tr></table></div>');

//  End -->