/*ジャンプメニュー*/
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
/*ポップアップ*/
function newwindow(a,w,h,target){
	win = window.open(a,target,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=1,copyhistory=0,width="+w+",height="+h+"");
}
