<!--function openNew(html,name,size){	var newwindow;	newwindow=window.open(html,'toiawase',size);	if (window.focus) {newwindow.focus()}}//-->