function popdefLeft(evt,n,w,h,xy){
	if (w==null){w = 250}
	if (h==null){h = 150}
	if (xy==null){scrX = evt.screenX;scrY = evt.screenY}
	else{scrX = 360; scrY = 110;}
	defwin = window.open("","4JapanInfo","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top="+(scrY-100)+",left="+(scrX-350)+",width="+w+",height="+h)
	defwin.document.open()
	defwin.document.write("<html><head><title>4Japan.Info Glossary</title></head><body>")
	defwin.document.write('<div style="font:normal 10pt arial,helvetica,sans-serif; color:black">')
	defwin.document.write(word[n])
	defwin.document.write('<br><a style="text-decoration:none;color:black;" href="javascript:window.close()"><div style="text-align:right;font:bold 8pt arial,helvetica,sans-serif">close</div></a>')
	defwin.document.write("</body></html>")
}