/*----------------------------------------------------------------


	n.Ohwada
	2008-10-24


----------------------------------------------------------------*/

function opwin(url){
	w = open(url, 'popwindow', 'left=0,top=0,width=604,height=600,status=0,scrollbars=1,menubar=0,location=0,toolbar=1,resizable=1')
	w.moveTo(0,0);
	w.focus();
}

