var about="kinGStudio was established in 2009 by two visual artists, Emine Gozde Sevim, photographer and Theodore Rex King, filmmaker, in order to create a digital record of contemporary art through short documentaries. <br/> <br/> Only in their early twenties, and soon after earning their bachelors of arts from Bard College, Sevim and King have encountered the crucial need to engage with artists, emerging and established, recording their artistic history, working methods, and reasons for creating. <br/> <br/> kinGStudio offers galleries and artists the opportunity to produce high quality documentaries and to deliver them on the internet. By using current technology, we create a place in which artists and their international audience can find one another and begin an informative and thought-provoking conversation.";

var contact="For information on pricing, timing and anything else.<br/><br/><br/> <a href=\"mailto:frontdesk@kingstudionyc.com\"> frontdesk@kingstudionyc.com </a>";

var portfolio="<table class=\"portfolio\" width=\"500px\"> <tr> <td> <a onclick=\"overlook(); lightisoff(); get_blank();\"> <img src=\"overloook_icon_small.jpg\" width=\"133\" height=\"100\"/> </a> <br/> Barbara Friedman <br/> Overlook Paintings</td> <td> <a onclick=\"pusey(); lightisoff(); get_blank();\"> <img src=\"stephen_icon_small.jpg\" width=\"133\" height=\"100\"/> </a> <br/> Stephen Pusey <br/> Signature Paintings</td> </tr> </table>";

var blank="";


function get_about1()
{
	document.getElementById('meat').innerHTML=about;
	document.getElementById('movie').innerHTML=blank;
	document.getElementById('port').innerHTML=blank;
}

function get_contact1()
{
	document.getElementById('meat').innerHTML=contact;
	document.getElementById('movie').innerHTML=blank;
	document.getElementById('port').innerHTML=blank;
}

function get_portfolio1()
{
	document.getElementById('port').innerHTML=portfolio;
	document.getElementById('movie').innerHTML=blank;
	document.getElementById('meat').innerHTML=blank;
}

function get_blank()
{
	document.getElementById('meat').innerHTML=blank;
	document.getElementById('port').innerHTML=blank;
}



