//function current_exhibit()
/*****************************************************************
	inserts current exhibition code into left navigation sash
	W. Barton 3/15/2006
*****************************************************************/
//{
//	document.write("<P align=center><span class=red2>Current Exhibition</span><BR><span class=red2>Jul. 21 - Sep. 29, 2007:</span><BR>");
	//document.write("<strong><a href=\"http://www.mbergerart.com/index.htm\" class=\"red\">mind/body/spirit</a></strong><br>");
	//document.write("<strong><span class=red2>Philip Pearlstein</span></strong><BR>");
	//document.write("<span class=red2>Champagne Reception</span><BR>");
	//document.write("<span class=red2>with the Artist: <strong>April 28</strong></span><BR>");
	//document.write("<a href=\"http://www.mbergerart.com/pearlstein/index.htm\">");
	//document.write("<IMG height=56 width=75 vspace=5 border=1 alt=\"Philip Pearlstein\" src=\"http://www.mbergerart.com/pearlstein/thumbs/ModelOnBambooLounge_thumb.jpg\"></a>");
	//document.write("<a href=\"http://www.mbergerart.com/tomb/index.htm\"><IMG height=150 width=102 vspace=5 border=1 alt=\"David Tomb\" src=\"http://www.mbergerart.com/tomb/thumb_44x30-Fudge.jpg\"></a>");
	//document.write("</P>");
//}  // current_exhibit

function left_nav_xtra_content()
//*****************************************************************
	//inserts video link into left navigation sash
	//W. Barton 10/13/2007
//*****************************************************************/
{	document.write("<span class=red2><a style=\"text-decoration:none\"  href=\"javascript:NewWindow=window.open('http://www.mbergerart.com/about_us/Whirl_Michael_interview.html','newWin','width=308,height=280,left=100,top=100,toolbar=yes,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');NewWindow.focus();void(0);\">");
	document.write("<P style=\"padding-left:5px\" align=left><IMG height=12 width=16 hspace=2 vspace=2 border=0 alt=\"video camera\" src=\"http://www.mbergerart.com/images/camera.gif\">Watch video of Whirl Magazine publisher Christine Tumpson and Gallery Director Michael Berger live on KDKA TV discuss collecting International Contemporary Fine Art<BR>October 10, 2007</a></p></span><BR>");
}  // left_nav_xtra_content

function copyright()
/*****************************************************************
	inserts copyright and year at bottom of each page
	W. Barton 2/12/2008
*****************************************************************/
{
	copyright=new Date();
	update=copyright.getFullYear();
	document.write(" Michael Berger Gallery ©"+ update);	
}  // current_exhibit

function wm(s,t,u,v) {
if (parseInt(navigator.appVersion) >= 2)
{document.write("<a class=\"contentnav1\" href=\"mailto:",s,"@",t,"\">",u,v,"</a>");}
}
function wm2(s,t,u,v) {
if (parseInt(navigator.appVersion) >= 2)
{document.write("<a class=\"address\" href=\"mailto:",s,"@",t,"\">",u,v,"</a>");}
}

<!-- Begin Pop-Up script
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 1.5;
var wint = (screen.height - h) / 1.5;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->