// JavaScript Document

function newWinAdd(a,b,c){
		window.open(a,b,"resizable=no, scrollbars=auto, width=770, height=580");
}

function map(a,b,c){
		window.open(a,b,"resizable=no, scrollbars=auto, width=420, height=540");
}
	