<!-- //Hide from JavaScript-Impaired Browsers
function write_before_content() {
document.write('<LINK REL="stylesheet" HREF="/mycss.css" TYPE="text/css">');
document.write('<LINK REL="icon" HREF="/favicon.ico" TYPE="image/ico">');
document.write('<LINK REL="shortcut icon" HREF="/favicon.ico" TYPE="image/ico">');
}

// Begin Install CSS link
write_before_content()
// Endof Install CSS link

function EMailWrite(sId, sHost, sSubj, sContact) {
  document.write("<a href=" + "mail" + "to:" + sId + "@" + sHost + "?Subject=" + sSubj + ">email " + sContact + "</" + "a>");
}

function EMailparser(sId, sHost, sSubj) {
  if (sSubj > ''){
    var sName=sId+'@'+sHost+'?subject='+sSubj;
    }
  else {
    var sName=sId+'@'+sHost;
    }
  var new_window=window.open('mailto:'+sName,'new_Window','')
}

function fnSetStyle() {
  var styleStr = "<STYLE TYPE='text/css'><!--"
   + "#shaded {" + "background-color:" + gSColor + ";}"
   + "#unshaded {" + "background-color:" + gUColor + ";}"
   + "--></STYLE>";
  document.write(styleStr);
}
function fnShadeRow() {
  var iColor;
  var iLen = document.getElementById('oTbl').rows.length-1;
  for(var i=0;i<=iLen;i++){
    var oRow   = document.getElementById('oTbl').rows[i];
    var oCells = oRow.cells;
    var iLen2  = oCells.length-1;
    if ( oCells[0].nodeName == 'TH' ){
        // ignore TH (hdr rows), set color to unshaded so 1st row after hdr is shaded
        iColor = gUColor;
        continue;
    }
    if ( iColor == gSColor ){
      iColor = gUColor;
    }
    else {
      iColor = gSColor;
    }
    if ( oRow.nodeName == 'TR' ){
      if ( iColor == gSColor ){
        oRow.id = "shaded";
      }
      else {
        oRow.id = "unshaded";
      }
    }
  }
}
function fnRowShade() {
  var iColor;
  var iWhite="'#FFFFFF'";
  var iLen=oTbl.rows.length-1;
  for(var i=0;i<=iLen;i++){
    var oRow=oTbl.rows[i];
    var oCells=oRow.cells;
    var iLen2=oCells.length-1;
    if ( oCells[0].nodeName == 'TH' ){
        // ignore TH (hdr rows), set color to white so 1st row after hdr is shaded
        iColor = iWhite;
        continue;
    }
    if ( iColor == gColor ){
      iColor = iWhite;
    }
    else {
      iColor = gColor;
    }
    oRow.style.setExpression("background",iColor,"javascript");
  }
}
function getFullYear(d) { // d is a date object
// fixes a Netscape 2 and 3 bug
 yr = d.getYear();
 if (yr < 1000)
  yr+=1900;
 return yr;
}
function initArray() {
 for(i=0;i<initArray.arguments.length; i++)
  this[i] = initArray.arguments[i];
}
function showDate() {
var isnMonths=new initArray("January","February","March","April","May","June","July","August","September","October","November","December");
var isnDays= new initArray("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday");
//X=document.lastModified;
//lastModified= new String(X);
//i=lastModified.indexOf(":");
//if ( i >= 0 ) {
//  lastModified=lastModified.substr(0,i-3);
//}
today=new Date();
hrs=today.getHours();
min=today.getMinutes();
sec=today.getSeconds();
clckh=""+((hrs>12)?hrs-12:hrs);
clckm=((min<10)?"0":"")+min;
clcks=((sec<10)?"0":"")+sec;
clck=(hrs>=12)?"p.m.":"a.m.";
var stnr="";
var ns="0123456789";
var a="";
document.write("It is "+isnDays[today.getDay()]+", "+isnMonths[today.getMonth()]+" "+today.getDate()+", "+getFullYear(today));
}
function ConvertcellToLinks(xTableId) {
  var nn6  = document.getElementById && !document.all;
  var rows = document.getElementById(xTableId).getElementsByTagName("tr");
  for(i=0;i<rows.length;i++){
    var cells = rows[i].cells;
    for(j=0;j<cells.length;j++){
      var link = cells[j].getElementsByTagName("a");
      if(link.length > 0){
        cells[j].onclick = new Function("document.location.href='" + link[0].href + "';");
        cells[j].onmouseout = new Function("this.style.cursor='default'; window.status='';return true;");
        if (nn6) {
          cells[j].onmouseover = new Function("this.style.cursor='pointer'; window.status='" + link[0].href + "';return true;");
        }
        else {
          cells[j].onmouseover = new Function("this.style.cursor='hand'; window.status='" + link[0].href + "';return true;");
        }
      }
    }
  }
}
function write_hdr() {document.write('<table id="Table2" border="0" cellpadding="0" cellspacing="0" width="750" align="center"> <tbody> <tr> <td> <table id="Table0" border="0" cellpadding="0" cellspacing="0" height="62" width="750"> <tbody> <tr> <td align="center"><a href="index.html"><img src="/images/JerryHelmsSig.jpg" width="228" height="37" border="0" align="middle" alt="Jerry Helms Logo"></a></td> </tr> </tbody> </table> <table id="Table1" border="0" cellpadding="0" cellspacing="0" width="750"> <tbody> <tr> <td align="center" title="Biography" style="background-color: #CC0000;" height="22"><b><font face="Myriad Web"><a href="Biography.htm" title="Biography" style="text-decoration:none;"><font color="#ffffff">Biography</font></a></font></b></td> <td width="1"></td> <td align="center" title="Seminars" style="background-color: #CC0000;"><b><font face="Myriad Web"><a href="Seminars.htm" title="Seminars" style="text-decoration:none;"><font color="#ffffff">Seminars</font></a></font></b></td> <td width="1"></td> <td align="center" title="Picture Gallery" style="background-color: #CC0000;"><b><font face="Myriad Web"><a href="Pictures.htm" title="Picture Gallery" style="text-decoration:none;"><font color="#ffffff">Picture&nbsp;Gallery</font></a></font></b></td> <td width="1"></td> <td align="center" title="Ask&nbsp;Jerry (articles and tips)" style="background-color: #CC0000;"><b><font face="Myriad Web"><a href="Ask_Jerry.htm" title="Ask&nbsp;Jerry (articles and tips)" style="text-decoration:none;"><font color="#ffffff">Ask&nbsp;Jerry</font> </a></font></b></td> <td width="1"></td> <td align="center" title="Contact&nbsp;Us" style="background-color: #CC0000;"><b><font face="Myriad Web"><a href="Contact_us.htm" title="Contact&nbsp;Us" style="text-decoration:none;"><font color="#ffffff">Contact&nbsp;Us</font> </a></font></b></td> </tr> <tr> <td colspan="7" valign="top" align="center">&nbsp;</td> </tr> </tbody> </table> </td> </tr> </tbody></table>');}

function write_ftr() {document.write('<table id="Table9" border="0" cellpadding="4" cellspacing="0" width="750" align="center">  <tbody>    <tr>      <td align="center">&nbsp;</td>    </tr>    <tr>      <td valign="top" align="center"><a href="index.html">Home</a> &nbsp;|&nbsp; <a href="Biography.htm">Biography</a> &nbsp;|&nbsp; <a href="Seminars.htm">Seminars</a> &nbsp;|&nbsp; <a href="Workshop.htm">Jerry\'s Tip\(s\)</a> &nbsp;|&nbsp; <a href="Ask_Jerry.htm">Ask&nbsp;Jerry</a> &nbsp;|&nbsp; <a href="Contact_us.htm">Contact Us</a></td>    </tr>    <tr>      <td align="center" valign="top"><font size="-1"><segment ownerid="JERRYHELMS" xml:lang="en-us">© 2005 Jerry&nbsp;Helms </segment></font></td>    </tr>  </tbody></table>');}
// End Hiding -->
