<!--
function change(Name,Image,No,Msg) { 
	if (ok==1) {
    document [Name].src = eval(Image + No + ".src");
    return true
}
}
if (document.images) {
    test0 = new Image();test0.src = "./gif/ba.gif";test1 = new Image();test1.src = "./gif/bv.gif";
ok=1
}
else {
ok=0
}

IE4 = navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) >= 4;	
NS4 = navigator.appName.substring(0,8) == "Netscape" && parseInt(navigator.appVersion) >= 4;
function checkBrowser(){
	if(IE4 || NS4){
		return true;
	}
	return false;
}
function Form1_Validator(theForm)
{
  if (theForm.fProcura.value == "")  {
    alert("Por favor, informe o produto que você está procurando.");
    theForm.fProcura.focus();
    return (false);
	}
  if (theForm.fProcura.value.length < 3 )  {
    alert("Por favor, informe mais dados sobre o produto que você está procurando.");
    theForm.fProcura.focus();
    return (false);
  }
return (true);
}
// -->
