function printAboutPage()
{	
	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 =
    	"<font color='#444444'><h1>About <span class='trav'>Trav</span><span class='ature'>ature</span></h1>"+
  		"<div class='question'>What is this Restaurant app all about?</div>"+
    	"<div class='answer'>The Restaurants app is a cool way to find and share opinions about local eats throughout"+
			" the world.  Find out what places your friends recommend and what they hate, and of course add your own "+
			"personal reviews to show off your favorite restaurant or to trash that snotty waiter.  Also, "+
			"you can save places that you'd like to try, because with millions of reviews from people "+
			"around the world, you'll never be in the dark over a new restaurant again!</div>"+
    	"<div class='question'>Who created this app and why?</div>"+
    	"<div class='answer'>This app was created by the development team at <span class='trav'>Trav</span><span class='ature'>ature</span>.com, a simple, yet powerful, "+
			"community platform that integrates travel information. <span class='trav'>Trav</span><span class='ature'>ature</span>'s goal is to to help travelers by taking "+
			"the headache out of trip planning and travel research. To help that process our site includes restaurant "+
			"reviews from around the world, so you can see where to eat at when traveling somwhere new.  This app is "+
			"a natural extension of the <span class='trav'>Trav</span><span class='ature'>ature</span> review platform and reviews are available both here and on the site.  "+
			"Of course <span class='trav'>Trav</span><span class='ature'>ature</span> has more then just restaurant reviews, "+
			"there you will also find hotel reviews, wiki travel guides, a and travel search engine so you can compare "+
			"airfare across hundreds of travel sites.</div>"+
        "<div class='question'>Have you guys made any other apps I might be interested in?</div>"+
        "<div class='answer'>Yes, we also have created the Where I've traveled app, so you can showoff "+
			"all of the countries, states, and cities you've visited around the world.  Also if you are interested "+
			"in checking out how well you really know your globe, we've created Travelers Trivia, where you can play "+
			"a friendly game with your friends to test your knowledge of the world</div></font>";	
	
	//gadgets.window.adjustHeight();	
}	