/* <![CDATA[ */
function mailpage()
{
  mail_str = "mailto:editorial@oldhouseweb.com?subject= Feedback on the New OldHouseWeb.com";
  location.href = mail_str;
}
function validate_search_box(form) {
	input = form.query.value;
	if(input == '' || input == 'Search Site') {
		alert('You must enter a valid query.');
		form.query.focus();
		return false;
	} else {
		return true;
	}
}
function gotoMenu(select) {
	option_index = select.selectedIndex;
	location.href= '/product-showcase/sponsors/' + select[option_index].value;
}
/* ]]> */