if (document.images) {
home6on = new Image();
home6on.src = "http://www.ophiropticsinc.com/images/goO.gif";

home6off = new Image();
home6off.src = "http://www.ophiropticsinc.com/images/go.gif";
}

function turnOnHome(imageName) {
  if (document.images) {
     document[imageName].src = eval (imageName + "on.src");
  }
}

function turnOffHome (imageName) {
  if (document.images) {
     document[imageName].src = eval (imageName + "off.src");
  }
}
SearchText1='<form method="POST" target="_blank" action="http://search.ophiropticsinc.com/cgi-bin/ts.pl" name="searchform">';
SearchText2='<INPUT TYPE="HIDDEN" NAME="index" VALUE="408005"><td align="right" style="padding-right:30px; padding-bottom:2px;" height="100%" valign="bottom">'; 
SearchText3='<table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="http://www.ophiropticsinc.com/images/saerch.gif" alt="" width="40" height="7" border="0"></td>';
SearchText4='<td style="padding-right:5px; padding-left:12px;"><input type="text" name="query" maxlength="30" class="fld_search"></td>';
SearchText5='<td><a href="#" onmouseover=turnOnHome("home6"); onmouseout=turnOffHome("home6"); onClick=document.searchform.submit();><img src="http://www.ophiropticsinc.com/images/go.gif" alt="" width="14" height="14" border="0"  name="home6" id="home6"></a></td>';
SearchText6='</tr></table></td></form>';



SearchText=SearchText1+SearchText2+SearchText3+SearchText4+SearchText5+SearchText6;

document.write(SearchText1);
document.write(SearchText2);
document.write(SearchText3);
document.write(SearchText4);
document.write(SearchText5);
document.write(SearchText6);

