// JavaScript Document

// allow to trap Enter keypress on Mozille/Netscape
document.getElementById("srchfrm").onsubmit = doSearch;
document.getElementById("btnSearch").onclick = doSearch;

ajaxRefreshCart();