 // Main.js  :   misc routines 2010

//______________JS Variables_______________________


//______________JS Functions_______________________


document.write ("<div id=/'lowerright_content/' ></div>") ; document.write ();

function lowerrightmemorium( flag)
{
  if (flag == "yes") {
	
	document.write('<fieldset style=" border:1px solid white;  padding: 5px;" class="smalltext">');
	document.write('<legend ><span class="fieldtitle" style="color: yellow;">In Memorium:</span></legend>');
	document.write('<br><center><large><b>Leila Hollowell</b></large></center><br>of Gallery 54, left us on Christmas Eve of 2010. We will all miss her.');
	document.write('<br><a Target="blank" href="http://blog.al.com/live/2010/12/leila_hollowell.html"  ><br><center>Click here for</center><center>Mobile Press Register article</center></a>');
	document.write('<br>');
	document.write('</fieldset>');
		}
}

function EmailMaria(subject)
{
//
	var part1 = "maria";
	var part2 = "maria-pots.com";
	var part3 = " Click to <br>email Maria ";
	var visibleinfo = "Pot-imgs/M-addr_2011.jpg" ;
	var infotitle = "'Click to write an email'";
	var exec_param = "mai" + "lto:" + part1 + "@" + part2 + "?subject=" + subject  ;

document.write ("<a href='" + exec_param + "'><img src= " + visibleinfo + " title="+ infotitle + " align='right' height=\"248\" " + " style=' border:0px;' " + " >" + part3 + " </a>")
}

//<![CDATA[
function HideandUNhideObj(ThisObj) { 	presto=document.getElementById(ThisObj).style;    if(presto.display=="none")   {    presto.display='block';   }  else { presto.display='none';  }  }
             
function HideObj(ThisObj){       presto=document.getElementById(ThisObj).style ;         presto.display='none';  }
function UnHideObj(ThisObj){	  presto=document.getElementById(ThisObj).style ;	presto.display='block';  }

function Changeimage(ThisImg, whichfile) {
	var chngimg=document.getElementById(ThisImg) ;
	chngimg.src = whichfile;
}

//]]>




