 // Main.js  :   misc routines 2010

//______________JS Variables_______________________


//______________JS Functions_______________________


document.write ("<div id=/'lowerright_content/' ></div>") ; document.write ();

function EmailMaria(subject)
{
//
	var part1 = "maria";
	var part2 = "maria-pots.com";
	var part3 = " Click to <br>email Maria ";
	var visibleinfo = "Pot-imgs/M-addr_2009.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\"  >" + 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;
}

//]]>



