
function getPdf(){
	window.open('./getPdf.do?ext=pdf', '10x10', 'width=1024, height=768,resizable=yes,scrollbars=yes,toolbar=no') ;
}

