<!--
function SearchCheck(){ 

dat=form.type.options[form.type.selectedIndex].value


if(dat == 1){
document.form.action="/desk/index.php";
}

if(dat == 2){
document.form.action="/web/index.php";
}

if(dat == 3){
document.form.action="/m/index.php";
}

if(dat == 4){
document.form.action="/chumby/index.php";
}

document.form.submit();

}



//-->