function WindowOpen(src,width,height){
	var wo = window.open(src,this.target,"toolbar=no,location=yes,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=" + width + ",height=" + height);
	wo.window.focus();
}


function popuparea(){
	document.write("<p id='PRINT'><a href='#' onclick='window.print();'><img src='..\/images\/btn_cmn_print_off.jpg' width='62' height='22' alt='印刷する' \/><\/a></p>");
	document.write("<p><a href='#' onClick='window.close()'><img src='..\/images\/btn_cmn_close_off.jpg' width='66' height='32' alt='閉じる' \/><\/a></p>");
}