function SubwindowMap(){
window.open("access_print.html","subwin",
"width=640,height=480,top=50,left=100");
}