function textclear(id,text){x=document.getElementById(id);if(x.value==text){x.value="";}else{}}
function inputupdate(formid,ourid,checkval){var txt=eval("document.forms['"+formid+"']."+ourid+".value");if(txt==checkval){eval("document.forms['"+formid+"']."+ourid+".value = \"\"");}}
function menucolor(id,col){x=document.getElementById(id);x.style.background=col;}
function printpage(){window.print();}
function emailpage(thelocation){lovechild=window.open("send_to_a_friend.php?uri="+thelocation,"babywindow","height=480,width=640,toobar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=0");}
function doOpaque(inid,inopacity){mozopac=inopacity/100;x=document.getElementById(inid);x.style.filter="alpha(opacity="+inopacity+")";x.style.opacity=mozopac;}