//<script language="JavaScript">
function goToSearch() {
//var str="search.html?zoom_query="+document.form1.keyword.value+"&zoom_per_page=10&zoom_and=0&zoom_sort=0";

var str="search.html?zoom_query="+document.form1.keyword.value+"&zoom_per_page=10";

if (document.form1.checkbox5.checked)

{ str = str + "&zoom_cat%5B%5D=-1"; }

if (document.form1.checkbox.checked)

{ str = str + "&zoom_cat%5B%5D=0"; }

if (document.form1.checkbox2.checked)

{ str = str + "&zoom_cat%5B%5D=1"; }

if (document.form1.checkbox3.checked)

{ str = str + "&zoom_cat%5B%5D=2"; }

if (document.form1.checkbox4.checked)

{ str = str + "&zoom_cat%5B%5D=3"; }

if (document.form1.radio1.checked)

{ str = str + "&zoom_and=0&zoom_sort=0"; }

if (document.form1.radio2.checked)

{ str = str + "&zoom_and=1&zoom_sort=0"; }


//alert  (str);

//document.write('<style type="text/css">	<!-- body {background-color: #f2f2f2;}--></style><center><br><br><a href=JavaScript:history.back()>Back</a></center>');
//document.open()
//document.write(str);
//document.close()
//window.location=str;

window.open(str,'_self');
}

/*</script> */
