<!--
function Seah(lk){
 var i,f,w,q,c;
 q = "";
 f = document.sch;
 if( navigator.userAgent.indexOf("IE") != -1 ){
  for(i=0; i<f.q.value.length; i++){
   c = f.q.value.charAt(i);
   q+= ( c == " " ) ? "+" : c;
  };
 } else
 { q = escape( f.q.value );
 };
 w = ( f.m[0].checked ) ? "and" : "or";
 lk.href = "/search/?q="+q+"&np="+f.np.value+
     "&m="+w+"&ps="+f.ps.value+"&o="+f.o.value;
 if( typeof( WI ) != "undefined" ){
  switch( WI ){
   case 0: Sub(lk); break;
   case 1: Pay(lk); break;
  };
 } else {
  window.location.href = lk.href;
 };
 return false;
}

function OpenNewWin(w,h,title,txt)
{
 var f=false
 if(navigator)
  if(navigator.appName=="Opera") f=true
 if(f)
  newWin= open("","pvdwin")
 else
  newWin= open("","pvdwin","width="+w+",height="+h)
 d=newWin.document
 newWin.focus()
 d.open()
 d.write("<html><head><title>"+title+"</title></head><body topmargin=0 bgcolor=#ffffff leftmargin=0 marginwidth=0 marginheight=0>"+txt+"</body></html>")
 d.close()
 return false
}
//-->
