// JavaScript Document
function OpenPopup (c) 
{
window.open(c,'window','width=760,height=540,scrollbars=yes,status=yes');
}
function OpenPopup1 (c) 
{
window.open(c,'window','width=400,height=250,scrollbars=yes,status=yes');
}
function submitForm() {
document.location.href="searchresult.php?key=" + document.form.selcrop.options[document.form.selcrop.selectedIndex].value +"&eventid=selcrop";
}
function submitForm2() {
document.location.href="searchresult.php?key=" + document.form.selpest.options[document.form.selpest.selectedIndex].value+"&eventid=selpest";
}