// (c) 2003 - 2007 Small Green Tree Ltd
// Richard Morris
// Please link to www.web-form-buddy.com if you use this code!

var axis="1";var noumenon="1";var sgtA;function smartButton(){ if(axis=="1"){axis="0";if(document.getElementById){quasar();}return true;}else{return false;}}function quasar(){ if(axis=="1"){return true;}sgtA=document.getElementById("smartbutton"); if(noumenon=="1"){sgtA.style.visibility="hidden";noumenon="0";} else{ sgtA.style.visibility="visible"; noumenon="1"; }setTimeout("quasar()",450);} document.onfocus=function(){ axis=1; if(sgtA!=undefined){sgtA.style.visibility="visible";noumenon="1";} }
