<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


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%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');




// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON





document.write('</td><td>');
document.write('<a href="character_gallery.htm" class="menu">Characters</a>');



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 Betina</a>');



document.write('</td><td>');
document.write('<a href="book_list.htm" class="menu">Book List</a>');



document.write('</td><td>');
document.write('<a href="links.htm" class="menu">Links</a>');



document.write('</td><td>');
document.write('<a href="reader_fun.htm" class="menu">Reader Fun</a>');



document.write('</td><td>');
document.write('<a href="site_map.htm" class="menu">Site Map</a>');


document.write('</td><td>');
document.write('<a href="contact.htm" class="menu">Contact</a>');





document.write('</td><td>');
document.write('<a href="harlequin_blaze.htm" class="menu">Harlequin Blaze</a>');

document.write('</td><td>');
document.write('<a href="currently_nominated.htm" class="menu">Currently Nominated</a>');

document.write('</td><td>');
document.write('<a href="coming_soon.htm" class="menu">Coming Soon</a>');

document.write('</td><td>');
document.write('<a href="reviews.htm" class="menu">Reviews</a>');

document.write('</td><td>');
document.write('<a href="guest_book.htm" class="menu">Guest Book</a>');

document.write('</td><td>');
document.write('<a href="faq.htm" class="menu">FAQ</a>');

document.write('</td><td>');
document.write('<a href="excerpt.htm" class="menu">Excerpt</a>');

document.write('</td><td>');
document.write('<a href="sound.htm" class="menu">Sound</a>');




// FLASH xmp3mini CODE
// YOU CAN EDIT THESE VARIABLES

var song_name			= "SP-Ambient1-7"		   // MP3 SONG FILE NAME (no extension)
var file_name			= "colors/GOLD"		  // BUTTON COLORS (no extension)
var backgroundi			= "GOLD"		 	 // BACKGROUND IMAGE - USE COLOR FOLDER NAME
var mxmpbackground_color	= "CCCC99"	 	// BACKGROUND COLOR


var autostart                   = "0"		// AUTO START (1 = START / 0 = NO START) 
var mxmptable			= "141"		// TOTAL PLAYER WIDTH
var mxmpwidth			= "59"		// FLASH WIDTH
var mxmpheight			= "17"		// FLASH HIGHT

var mxmpborder_color		= "000000"	// BORDER COLOR
var mxmpborder_width		= "0"		// BORDER WIDTH IN PIXELS




// NOTES: To show player buttons only make "141" width above "59"





// COPYRIGHT 2009 � Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE




document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="'+mxmptable+'" bgcolor="#'+mxmpbackground_color+'" style="border: #'+mxmpborder_color+' '+mxmpborder_width+'px solid; background-image: url(\'xmp3Player-mini/skins/'+backgroundi+'/background-mxmp.jpg\');"><tr><td>');
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="'+mxmpwidth+'" height="'+mxmpheight+'" id="xmp3Player1" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="xmp3Player-mini/xmp3Player-mini.swf?file=xmp3Player-mini%2F'+file_name+'%2Etxt&song=xmp3Player-mini%2F'+song_name+'%2Emp3&astart='+autostart+'" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#'+mxmpbackground_color+'" />');
document.write('<embed src="xmp3Player-mini/xmp3Player-mini.swf?file=xmp3Player-mini%2F'+file_name+'%2Etxt&song=xmp3Player-mini%2F'+song_name+'%2Emp3&astart='+autostart+'" quality="high" bgcolor="#'+mxmpbackground_color+'" width="'+mxmpwidth+'" height="'+mxmpheight+'" name="xmp3Player1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed></object><br>');
document.write('</td></tr></table>');



// END LINKS



document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');



//  End -->