﻿function goToPage1() 

{ 
PageIndex1=document.companies.compSelect.selectedIndex 
if (document.companies.compSelect.options[PageIndex1].value != "none") 
{ 
location = document.companies.compSelect.options[PageIndex1].value 
} 
} 


function goToPage2() 

{ 
PageIndex2=document.categories.catSelect.selectedIndex 
if (document.categories.catSelect.options[PageIndex2].value != "none") 
{ 
location = document.categories.catSelect.options[PageIndex2].value 
} 
} 
 
function goLite(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#333333";
   window.document.forms[FRM].elements[BTN].style.backgroundColor = "#E2E2E2";
}

function goDim(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#F42941";
   window.document.forms[FRM].elements[BTN].style.backgroundColor = "#E2E2E2";
}
