<!--
function _cateSearch() {
document.form.submit();
}
function MM_openBrWindowCenter(theURL,winName,features, _width, _height) { //v2.0
_left = (window.screen.width - _width)/2;
_top = (window.screen.height - _height)/2;
features+=", width="+_width+", height="+_height+", left="+_left+", top="+_top;
win = window.open(theURL,winName,features);
return win;
}
//-->