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

}

