function destinoON(x)
{
	switch (x) {
		case 1:	// Miraflores
		document.getElementById("div1").innerHTML='<a href="miraflores-hotels/miraflores-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(1)" onMouseOver="MM_swapImage(\'miraflores\',\'\',\'../images/mapas/miraflores-on.gif\',0);bulletON(1)" ><img src="../images/mapas/miraflores-on.gif" width="217" height="15" border="0" id="miraflores" /></a>';
 		break;
		case 2:	// Nasca
		document.getElementById("div2").innerHTML='<a href="nazca-hotels/nazca-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(2)" onMouseOver="MM_swapImage(\'nasca\',\'\',\'../images/mapas/nasca-on.gif\',0);bulletON(2)" ><img src="../images/mapas/nasca-on.gif" width="217" height="15" border="0" id="nasca" /></a>';
 		break;
		case 3: // Arequipa
		document.getElementById("div3").innerHTML='<a href="arequipa-hotels/arequipa-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(3)" onMouseOver="MM_swapImage(\'arequipa\',\'\',\'../images/mapas/arequipa-on.gif\',0);bulletON(3)" ><img src="../images/mapas/arequipa-on.gif" width="217" height="15" border="0" id="arequipa" /></a>';
 		break;
		case 4: // Colca
		document.getElementById("div4").innerHTML='<a href="colca-hotels/colca-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(4)" onMouseOver="MM_swapImage(\'colca\',\'\',\'../images/mapas/colca-on.gif\',0);bulletON(4)" ><img src="../images/mapas/colca-on.gif" width="217" height="15" border="0" id="colca" /></a>';
 		break;
		case 5: // Puno
		document.getElementById("div5").innerHTML='<a href="puno-hotels/puno-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(5)" onMouseOver="MM_swapImage(\'puno\',\'\',\'../images/mapas/puno-on.gif\',0);bulletON(5)" ><img src="../images/mapas/puno-on.gif" width="217" height="15" border="0" id="puno" /></a>';
 		break;
		case 6: // Isla Suasi
		document.getElementById("div6").innerHTML='<a href="isla-suasi-hotels/isla-suasi-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(6)" onMouseOver="MM_swapImage(\'isla\',\'\',\'../images/mapas/isla-suasi-on.gif\',0);bulletON(6)" ><img src="../images/mapas/isla-suasi-on.gif" width="217" height="15" border="0" id="isla" /></a>';
 		break;
		case 7: // Cusco
		document.getElementById("div7").innerHTML='<a href="cusco-hotels/cusco-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(7)" onMouseOver="MM_swapImage(\'cusco\',\'\',\'../images/mapas/cusco-on.gif\',0);bulletON(7)" ><img src="../images/mapas/cusco-on.gif" width="217" height="15" border="0" id="cusco" /></a>';
 		break;
		case 8: // Valle Sagrado
		document.getElementById("div8").innerHTML='<a href="valle-sagrado-hotels/valle-sagrado-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(8)" onMouseOver="MM_swapImage(\'valle\',\'\',\'../images/mapas/valle-sagrado-on.gif\',0);bulletON(8)" ><img src="../images/mapas/valle-sagrado-on.gif" width="217" height="15" border="0" id="valle" /></a>';
 		break;
		case 9: // Chincha Sausal
		document.getElementById("div9").innerHTML='<a href="chincha-hotels/chincha-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(9)" onMouseOver="MM_swapImage(\'chincha\',\'\',\'../images/mapas/chincha-on.gif\',0);bulletON(9)" ><img src="../images/mapas/chincha-on.gif" width="217" height="15" border="0" id="chincha" /></a>';
 		break;
		default:
		alert("Update your browser");
	}
}
function destinoOFF(x)
{
	switch (x) {
		case 1: // Miraflores
		document.getElementById("div1").innerHTML='<a href="miraflores-hotels/miraflores-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(1)" onMouseOver="MM_swapImage(\'miraflores\',\'\',\'../images/mapas/miraflores-on.gif\',0);bulletON(1)" ><img src="../images/mapas/miraflores.gif" width="217" height="15" border="0" id="miraflores" /></a>';
 		break;
		case 2: // Nasca
		document.getElementById("div2").innerHTML='<a href="nazca-hotels/nazca-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(2)" onMouseOver="MM_swapImage(\'nasca\',\'\',\'../images/mapas/nasca-on.gif\',0);bulletON(2)" ><img src="../images/mapas/nasca.gif" width="217" height="15" border="0" id="nasca" /></a>';
 		break;
		case 3: // Arequipa
		document.getElementById("div3").innerHTML='<a href="arequipa-hotels/arequipa-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(3)" onMouseOver="MM_swapImage(\'arequipa\',\'\',\'../images/mapas/arequipa-on.gif\',0);bulletON(3)" ><img src="../images/mapas/arequipa.gif" width="217" height="15" border="0" id="arequipa" /></a>';
 		break;
		case 4: // Colca
		document.getElementById("div4").innerHTML='<a href="colca-hotels/colca-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(4)" onMouseOver="MM_swapImage(\'colca\',\'\',\'../images/mapas/colca-on.gif\',0);bulletON(4)" ><img src="../images/mapas/colca.gif" width="217" height="15" border="0" id="colca" /></a>';
 		break;
		case 5: // Puno
		document.getElementById("div5").innerHTML='<a href="puno-hotels/puno-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(5)" onMouseOver="MM_swapImage(\'puno\',\'\',\'../images/mapas/puno-on.gif\',0);bulletON(5)" ><img src="../images/mapas/puno.gif" width="217" height="15" border="0" id="puno" /></a>';
 		break;
		case 6: // Isla Suasi
		document.getElementById("div6").innerHTML='<a href="isla-suasi-hotels/isla-suasi-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(6)" onMouseOver="MM_swapImage(\'isla\',\'\',\'../images/mapas/isla-suasi-on.gif\',0);bulletON(6)" ><img src="../images/mapas/isla-suasi.gif" width="217" height="15" border="0" id="isla" /></a>';
 		break;
		case 7: // Cusco
		document.getElementById("div7").innerHTML='<a href="cusco-hotels/cusco-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(7)" onMouseOver="MM_swapImage(\'cusco\',\'\',\'../images/mapas/cusco-on.gif\',0);bulletON(7)" ><img src="../images/mapas/cusco.gif" width="217" height="15" border="0" id="cusco" /></a>';
 		break;
		case 8: // Valle Sagrado
		document.getElementById("div8").innerHTML='<a href="valle-sagrado-hotels/valle-sagrado-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(8)" onMouseOver="MM_swapImage(\'valle\',\'\',\'../images/mapas/valle-sagrado-on.gif\',0);bulletON(8)" ><img src="../images/mapas/valle-sagrado.gif" width="217" height="15" border="0" id="valle" /></a>';
 		break;
 		case 9: // Chincha Sausal
		document.getElementById("div9").innerHTML='<a href="chincha-hotels/chincha-hotels.php" onMouseOut="MM_swapImgRestore();bulletOFF(9)" onMouseOver="MM_swapImage(\'chincha\',\'\',\'../images/mapas/chincha-on.gif\',0);bulletON(9)" ><img src="../images/mapas/chincha.gif" width="217" height="15" border="0" id="chincha" /></a>';
 		break;
		default:
		alert("Update your browser");
	}
}
function bulletON(x)
{
	switch (x) {
		case 1: // Miraglores
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/2.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
 		break;
		case 2: // Nasca
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/3.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
 		break;
		case 3: // Arequipa
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/9.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
 		break;
		case 4: //Colca
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/8.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
 		break;
		case 5: //Puno
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/7.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
 		break;
		case 6: // Isla Suasi
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/6.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
 		break;
		case 7: //Cusco
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/5.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
 		break;
		case 8:
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/4.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
		break;
		case 9: //chincha
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/10.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
 		break;
		default:
		alert("Update your browser");
	}
}
function bulletOFF(x)
{
	switch (x) {
		case 1:
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/1.gif" width="320" height="343" border="0" id="Image20" name="Image20" usemap="#peru">';
	 	break;
		case 2:
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/1.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
 		break;
		case 3:
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/1.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
 		break;
		case 4:
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/1.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
 		break;
		case 5:
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/1.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
 		break;
		case 6:
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/1.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
 		break;
		case 7:
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/1.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
 		break;
		case 8:
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/1.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
		break;
		case 9:
		document.getElementById("mapa").innerHTML='<img src="../images/mapas/1.gif" width="320" height="343" border="0"  id="Image20" name="Image20" usemap="#peru">';
 		break;
		default:
		alert("Update your browser");
 		break;
	}
}