// JavaScript Document
var mapa_content = window.document.getElementById('mapa_mostrar');
var mapa_liga = new Array('<iframe width="520" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?source=embed&amp;hl=es&amp;geocode=&amp;ie=UTF8&amp;msa=0&amp;msid=115154815765062885480.00046e8d61b894a21c548&amp;ll=19.082621,-98.168657&amp;spn=0.007097,0.011158&amp;z=16&amp;output=embed"></iframe>','<iframe width="520" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?near=1356+Calle+Gabriel+Mancera,+Distrito+Federal,+Ciudad+de+M%C3%A9xico,+DF+03100,+Mexico+(Instituto+Alesa+De+Lenguas+Extranjeras)&amp;geocode=CdFQjpWpHpmVFTGNJwEdNs8W-iHrFG4p7MW3cg&amp;hl=es&amp;dq=Gabriel+Mancera+loc:+colonia+del+valle+df&amp;ie=UTF8&amp;msa=0&amp;msid=115154815765062885480.00046e8dc1597a43220f3&amp;ll=19.369373,-99.168005&amp;spn=0.01417,0.022316&amp;z=15&amp;output=embed"></iframe>')
function cargarMapa(id){
	mapa_content.innerHTML = mapa_liga[id];
}