function printHelpPage()
{	
	cleanup();
	
	document.getElementById("leftColumn").style.visibility = "hidden";
	document.getElementById("leftTwoHead").style.visibility = "hidden";
	document.getElementById("rightColumn").style.visibility = "hidden";
	document.getElementById("rightTwoHead").style.visibility = "hidden";
	document.getElementById("rightThreeHead").style.visibility = "hidden"
	
	document.getElementById("user").innerHTML = 
		"<h1>Help</h1>"+
		"<div class='question'>Why do I need a <span class='trav'>Trav</span><span class='ature'>ature</span> account?</div>"+
		"<div class='answer'>A <span class='trav'>Trav</span><span class='ature'>ature</span> account can help us display"+
			" your <span class='trav'>Trav</span><span class='ature'>ature</span> restaurant preferences across multiple "+
			"social networking sites. So if you add the same application (Restaurants by "+
			"<span class='trav'>Trav</span><span class='ature'>ature</span>) on all social networking sites (like myspace, hi5, orkut etc), "+
			"your restaurant preferences will be displayed on the other sites as well. "+
			"In addition, I am sure other <span class='trav'>Trav</span><span class='ature'>ature</span> users would like to know"+
			" what other fellow travelers recommend as well.</div>"+		
		"<div class='question'>What are <span class='trav'>Trav</span><span class='ature'>ature</span> reviews?</div>"+
		"<div class='answer'><span class='trav'>Trav</span><span class='ature'>ature</span> reviews are restaurant reviews"+
			" written by users of <span class='trav'>Trav</span><span class='ature'>ature</span>.com and reviews "+
			"obtained from other websites.</div>"+
		//"<div class='question'>What are restaurant preferences?</div>"+
		//"<div class='answer'></div>"+
		"<div class='question'>How do I see reviews of a restaurant?</div>"+
		"<div class='answer'>Go to the Search tab then you can search for the restaurant. You will need the location "+
			"and/or restaurant name/cusine. Once the search result has come back, you can click on the restaurant name "+
			"to see the details and reviews of the restaurant. In addition, if you see any restaurant names throughout "+
			"the app, you can just click on them as well.</div>"+
		"<div class='question'>How do I review a restaurant?</div>"+
		"<div class='answer'>Go to the Search tab then you can search for the restaurant."+
			"Then you click on the restaurant name or the read more link to go to the restaurant detail page. "+
			"On the right hand side, you will see a My Review section. In that section, you can set your restaurant"+
			" preference and review it.</div>"+
		"<div class='question'>How do I add a restaurant?</div>"+
		"<div class='answer'>Go to the Search tab then you need to search for the restaurant and see if it exists already. "+
			"If not, then you will see the search return no result. Then you can click on the \"Add it\" link to go to the "+
			"Add a restaurant page. After selecting where the restaurant is located, then you can fill in the details of "+
			"the restaurants.</div>"+
		//"<div class='question'>How do I edit (change the information) of a restaurant?</div>"+
		//"<div class='answer'></div>"+
		"<div class='question'>What if I find problems/have questions with the application?</div>"+
		"<div class='answer'>Please feel free to send an email to restaurants@"+
			"<span class='trav'>trav</span><span class='ature'>ature</span>.com and we will be glad to help.</div>";	
		
	//gadgets.window.adjustHeight();	
}	