function video()
	{
  document.getElementById('video-in').innerHTML = "<iframe width='605' height='337' src='http://www.youtube.com/embed/nGMm9afyhv8?rel=0' frameborder='0' allowfullscreen></iframe>";
	}
function audio()
	{
  document.getElementById('video-in').innerHTML = "<iframe width='605' height='337' src='http://www.bahiadebanderas.gob.mx/multimedia/audio/reproductor.html' frameborder='0' allowfullscreen></iframe>";
	}

function foto()
	{
  document.getElementById('foto-in').innerHTML = "<iframe width='605' height='337' src='http://www.bahiadebanderas.gob.mx/multimedia/fotos/index.php' frameborder='0' allowfullscreen></iframe>";
	}
function video2()
	{
  document.getElementById('foto-in').innerHTML = "<iframe width='605' height='337' src='#' frameborder='0' allowfullscreen></iframe>";
	}

