// JavaScript Document


function openwin1() {
	window.open("report01.html", "", "width=500,height=630,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}

function openwin2() {
	window.open("report02.html", "", "width=500,height=630,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}

function openwin3() {
	window.open("report03.html", "", "width=500,height=630,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}




