

var about="kinGStudio has one simple idea, to make short documentaries for artists about their work.  The intention is to give artists a chance to speak about their work to the public in the place most frequented by those seeking information, the internet.  <br/> <br/> We at kinGStudio will produce, shoot, and edit your documentary for delivery to a website of your choosing.  So if you feel the need to give your voice and your art a strong public face please contact us, we look forward to hearing from you.  <br/> <br/> For visual proof of our skills please visit our online portfolio. ";

var contact=" Prepare your questions.<br/> We will be ready with answers. <br/> <br/> <a href=\"mailto:frontdesk@kingstudionyc.com\"> frontdesk@kingstudionyc.com </a>";

var portfolio="<a onclick=\"overlook()\"> <img src=\"overloook_icon.jpg\" width=\"200\" height=\"150\"/> </a> <br/> Barbara Friedman <br/> Overlook Paintings";

var blank="";





function get_about()
{
	document.getElementById('content').innerHTML=about;
	//blank out movie pane
	document.getElementById('movie').innerHTML=blank;
	document.getElementById('show_portfolio').innerHTML=blank;


	

}

function get_contact()
{

	document.getElementById('content').innerHTML=contact;
		//blank out movie pane
	document.getElementById('movie').innerHTML=blank;
	document.getElementById('show_portfolio').innerHTML=blank;

	
}

function get_portfolio()
{
	document.getElementById('show_portfolio').innerHTML=portfolio;
		//blank out movie pane
	document.getElementById('movie').innerHTML=blank;
	document.getElementById('content').innerHTML=blank;


}



