<!--
function info(myfilename){
	//self.window.name="bigpic"
	params = "width=480,height=520,resizable=1,status=0,scrollbars=1,toolbar=1,location=0,directories=0,menubar=0"
	newwin=window.open(myfilename,"window_info", params)
	if(parseInt(navigator.appVersion) >= 4){newwin.window.focus();}
}

function info4(myfilename){
	//self.window.name="konica"
	params = "width=540,height=450,resizable=1,status=0,scrollbars=1,toolbar=0,location=0,directories=0,menubar=0"
	newwin=window.open(myfilename,"window_info4",params)
	if(parseInt(navigator.appVersion) >= 4){newwin.window.focus();}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
