var location_tree = '';location_url='';page_no='';t_home='';i=0;j=0;t_sell=0;

TheParameters  = document.location.search.substring(1,255)

TheParametersArray = TheParameters.split("&")

k = TheParametersArray.length

for (i= 0 ; i < k; i++) {
    location_url=location_url + ' ' + TheParametersArray[i];
  }

page_no=TheParametersArray[k-1];
t_home=TheParametersArray[k-3];

i=0;j=0;
while (i<=140)
{
  if (t_home==menu_location[i])
    {
     j=i;
    }
i++;
}
