// JavaScript Document

//window open pdfmap
function openwin(url,w,h){
	window.open(url,"new","width="+w+",hight="+h);
}




