<!--
function openAdvanced_search() {
  search_pop=window.open("/search_form","advanced_search","height=420,width=395,resizable=no,scrollbars=no,status=0,titlebar=0,toolbar=0,left="+((screen.availWidth/2)-191)+",top="+((screen.availHeight/2)-190)+"");
  search_pop.focus()
}
//-->

