
function mailShow(ename,sname,cname,edomain,etld)  {
if(!edomain) {edomain="plainfieldfire";}
if(!etld) {etld = "org";}
document.write("<a class= "+ "'" + cname + "'" + " href= " + '"' + "mailto:" + ename + "&#64;" + edomain + "." + etld + '"' + ">" + sname + "<\/a>");
}

function showPic(pic) {
if(document.all) {selectPic.src=pic;}
else {document.getElementById("selectPic").src=pic} }

function showPicA(pic) {
overPic("SitePics/blank.gif");
if(document.all) {selectPic.src=pic;}
else {document.getElementById("selectPic").src=pic} }

function overPic(pic1) {
if(document.all) {topPic.src=pic1;}
else {document.getElementById("topPic").src=pic1} }

