﻿
//Search Result for the Default Page 
document.getElementById("home").className="menu_homehover";
function ShowResult(catId,LId) {
    window.location.replace('SearchResult.aspx?catId=' + catId);
}
function ViewResult(catId, LId) {
    window.location.replace('viewresult.aspx?catId=' + catId);
}

