// JavaScript Document

function openCLOSEUP(theURL,winName,features) { //v2.0
  window.open(theURL,'closeup','scrollbars=yes,resizable=yes,top=0,left=0,width=500,height=500');
}


function nhk()
{
sub = window.open("nhk.html","window1","toolbar=no,location=no,directories=no,states=no,menubar=no,scrollbars=yes,resizable=yes,width=500,height=600");
	sub.moveTo(10,10);
}

