function mapa(){
	window.open("../../flash/map.htm","","width=770, height=610")
}

function photo(photo){
	var w1 = "<body><head><title>FrancaSport</title></head>" +
			"<body bgcolor='#FFFFFF' style='padding:0;margin:0'>" +
			"<img src='../../photos/photo" + photo + ".jpg'>" +
			"</body></html>"

	popup = window.open("","popDialog","width=640,height=480")
	popup.document.write(w1)
}

