﻿/**************************************************************checkFields:  Checks if text box is blank, if it is, it gives              alert for use to type search criteria in search               box                Created 10/01/07 by Ry***************************************************************/<!-- function checkFields() {CiRestriction = document.search.CiRestriction.value;if ((CiRestriction == "") ) {//alert("Por favor escriba la categoria que usted esta buscando en el campo de busqueda...");// Error message translated alert("Please type your search criteria in the search box.");return false;}else return true;}//   -->