function goPage()
{
 location.href = document.company.manufacture[document.company.manufacture.selectedIndex].value;  
}


function goCompanyPage()
{
 location.href = document.company.manufacture[document.company.manufacture.selectedIndex].value;  
}


function goFamousCategory()
{
location.href = document.famousCategory.category[document.famousCategory.category.selectedIndex].value;  
}


function goCategory()
{
location.href = document.Category.categorySelect[document.Category.categorySelect.selectedIndex].value;  
}
