function openwin01() {
	window.open("pop01.html","","height=275,width=450,toolbar=no,menubar=no,scrollbars=no, resizable=yes, location=no, status=no")
}
function openwin02() {
	window.open("pop02.html","","height=275,width=450,toolbar=no,menubar=no,scrollbars=no, resizable=yes, location=no, status=no")
}
function openwin03() {
	window.open("pop03.html","","height=275,width=450,toolbar=no,menubar=no,scrollbars=no, resizable=yes, location=no, status=no")
}
function openwin04() {
	window.open("pop04.html","","height=330,width=320,toolbar=no,menubar=no,scrollbars=no, resizable=yes, location=no, status=no")
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}