function searchTypeCompany() {
document.search.action = "listings.php";
}
function searchTypeProduct() {
document.search.action = "c.php";
}
/*function searchType() {
if (document.search.t[1].checked == true) {
document.search.action = "c.php";
}
}*/

