/* Copyright 2005 Gilmore Software Development */
var sEmail=new Array("jerry@","info@","sales@","aniaart@");
function Chg(o,cl){o.className=cl;}
function Show(id,fl){var e=document.getElementById(id).style;e.display=fl?'':'none';}
function Expand(id){var e=document.getElementById(id).style;e.display=e.display=='none'?'':'none';}
function keypress(o2){var o1=document.getElementById("c1");o1.value=150-o2.value.length;if(o2.value.length>150){o2.value=o2.value.substring(0,149);}}
function email(i){document.write('<a href="mailto:'+sEmail[i]+'jgilmore.com'+'">');}
function email(i,s){document.write('<a href="mailto:'+sEmail[i]+'jgilmore.com'+'">'+s+'</a>');}
function email2(i){return sEmail[i]+'jgilmore.com';}
function Chat(){window.open('http://jerrygilmore.mysite4now.com/chat.aspx?room=jgilmore','chat','height=275,width=400');}
function jsLink(id){document.getElementById(id).href="javascript:void('')";}
function InfoBox(t,l,ttl,s){document.getElementById('dl1').style.top=t;document.getElementById('dl1').style.left=l;document.getElementById('dTitle').innerText=ttl;document.getElementById('dBdy').innerText=s;document.getElementById('dl1').style.display='';return void('');}