function winOpen() {
	var features = 'top=0,left=0,width='+(screen.width-10)+',height='+(screen.height-40);
	window.open('html/mapa.html','win', features);
}
