function popup1(){
    w = window.open("http://www.worldtimes.co.jp/itenews/popup/popup1.html","wind3","width=300,height=450, scrollbars=1,resizable=0");
    }
function popup2(){
    w = window.open("http://www.worldtimes.co.jp/itenews/popup/popup2.html","wind3","width=300,height=450, scrollbars=1,resizable=0");
    }
function popup3(){
    w = window.open("http://www.worldtimes.co.jp/itenews/popup/popup3.html","wind3","width=470,height=400, scrollbars=1,resizable=0");
    }

function submitcheck2(){
  var searchword;
  var cat;
  cat =document.search2.category.value;
  
  if (cat == '‘S•”' && document.search2.word.value == '')
  	return false;
  if (cat == '‘S•”')
  	searchword = document.search2.word.value;
  else{
  	if (document.search2.word.value == '')
  		searchword = cat;
  	else
  	 	searchword = cat + ' ' + '( ' + document.search2.word.value + ' )';
  	}
  document.search2.query.value = searchword;
  return true;
  }


function srch1(){w = window.open("/sis/srch1.html","srch","width=500,height=250, scrollbars=1,resizable=0");}
function srch2(){w = window.open("/sis/srch2.html","srch","width=500,height=250, scrollbars=1,resizable=0");}
