function showmain()
{
/*    obj = document.getElementById("hanBookDesc");
	obj.style["display"] = "none";
	obj = document.getElementById("shabBookDesc");
	obj.style["display"] = "none";
	obj = document.getElementById("BookDesc");
	obj.style["display"] = "block";
*/

main =
              '<p align="center" class="style7"> '+
			  '	<span class="style2">At last, there is a hilarious book series for children  '+
				'to teach them about Jewish holidays and customs! </span></p>  '+            
             ' 	<p align="center" class="style7"><br /> '+
             '   <strong>Put your mouse over a book to learn more about it!</strong></p> '+
			 '<div align="center">'+
             '   <a href="rise.pdf" class="style13" > Click here to read about <strong><br /> '+
		'		The Rise of Rabbi Rocketpower!</strong></a> </div>'+
			'  <p align="center" class="style10"><span class="style14">Oy Vay, Up, Up and Away</span>! </p> '

obj = document.getElementById("BookDesc");
obj.innerHTML = main;

}
function showbook1()
{
/*	obj = document.getElementById("BookDesc");
	obj.style["display"] = "none";
	obj = document.getElementById("hanBookDesc");
	obj.style["display"] = "block";
	*/
	obj = document.getElementById("BookDesc");
	book1 = 
				  '<div align="center" class="style2"><strong>Rabbi RocketPower in ' + 
				  '<br />The Mystery of the Missing Menorahs ' + 
				  '<br />A Hannukah Humdinger</strong>' + 
		      	  '</div>' + 
			  	  '<p class="style7">Someone has been stealing all of the Hanukkah menorahs in the neighborhood.  ' + 
				  '		No one will be able to light the first Hanukkah candle until they are found. ' + 
					'	Will Aaron (super-boy-in-training), Dad (brilliant computer scientist) and Purr' +  
					'	(their really annoying talking cat) help Rabbi Rocketpower save the day? ' + 
					'	Faster than a speeding matzah ball... More powerful than chicken soup... ' + 
					'	Saving the world one mitzvah at a time...</p>' + 
			  		'</div>' 

	obj.innerHTML = book1;
	
}
function showbook2()
{
	/*obj = document.getElementById("BookDesc");
	obj.style["display"] = "none";
	obj = document.getElementById("shabBookDesc");
	obj.style["display"] = "block";
	*/

	
	book2= 
		' <div align="center" class="style2"><strong><em>Rabbi RocketPower in <br /> ' +
		'  Who Hogged the Hallah? <br /> ' +
		'  A Shabbat Shabang</em></strong></div> '+
		'	<p class="style7">You’ve been waiting all week to eat your favorite foods on Shabbat. '+
		'	Particularly the hallah. Your mouth is watering just thinking about the dessert buffet after temple services.<br />'+
		'	But wait… What happened to the Oneg Shabbat? <br />'+
		'	<br />'+
		'	Get ready as Rabbi Rocketpower, her trusty son Aaron, Dad and their crazy cat '+
		'	Purr save the Sabbath day in the whackiest, most mixed up mystery ever!'+
		'	</p>'+
		'	<div align="center" class="style11"> <b>18% more hallah-rious recipes<br />'+
		'	36% more annoying comments from Purr<br />'+
		'	54% more pig latin<br />'+
		'	72% more aliens<br />'+
		'	100% more fun!</b></div>'

	obj = document.getElementById("BookDesc");
	obj.innerHTML = book2;
}

function showbook3()
{
	obj = document.getElementById("BookDesc");
	book3 =   ' <div align="center" class="style2">' +
				  ' <strong>Rabbi Rocketpower and the  Half-Baked Matzah Mystery  - A Particularly Peculiar Passover</strong>' + 
		      	  ' </div><p class="style7" > ' +
				  'The Mensch family was rushing to prepare for Passover. Aaron was excited about serving the free matzah from ' + 
				  ' the open boxes he got at the store. <br />Little did he know that this matzah was different from all other matzah. ' + 
				  ' It nearly wrecked their seder and sent their guests back to Egypt! <br /><br />' +
				  ' <i>What made the matzah mysterious? </i><br>Don\'t pass over this hysterical history mystery as Rabbi Rocketpower, ' + 
				  ' Aaron, Dad, Purr the talking cat and her best friend Shmaltzy, the fuzzy yellow chicken, save the day. ' + 
				  ' <br /><br /><div align="center" class="style11"><b>Oy vay! Up, up and away! </b></div></div>'				   

	obj.innerHTML = book3;
	
}

function showbook4()
{
	obj = document.getElementById("BookDesc");
	book3 =   ' <div align="center" class="style2">' +
				  ' <strong>Rabbi Rocketpower in a Tooty Fruity Tale for Tu Bishvat  - A Juicy Mystery</strong>' + 
		      	  ' </div><p class="style6" > ' +
				  "<div align='center'><b>Ingredients of a Juicy Tu Bishvat Rabbi Rocketpower Mystery</b></div>" +
				  "<br />1. &nbsp;Place a 3D time machine on the Mensch family's kitchen table. " + 
				  "<br />2. &nbsp;Bounce a very old, half-eaten piece of fruit around the kitchen. Bring them both, together with a bowl of " +				  				  "raisins, to the Mensch's temple for a Tu Bishvat seder. " + 
				  "<br />3. &nbsp;Add three types of fruit and four shades of grape juice. " + 
 				  "<br />4. &nbsp;Squeeze in ½ of a superhero and an annoying, talking cat. " + 
				  "<br />5. &nbsp;Top it all off with a whopping headache. Wait about 18 minutes, and sneeze. " + 
 				  "<br />6. &nbsp;Shake with laughter. <br />" + 
 				  "<div align='center'><i>Makes enough for the whole family to enjoy!</i></div>" + 
				  "</div></div>";			   

	obj.innerHTML = book3;
	
}

