function newWindow(url,name,width,height) {
	mapWindow = window.open(url,name,'scrollbars=no,resizable=yes,width='+width+',height='+height);
}