
function browseByBrand(select) {
    if( select.selectedIndex > 0 ) {
	window.location = "index.php?main_page=index&manufacturers_id=" + select.options[select.selectedIndex].value
    }
}