function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function rotadorItems(show,hide1,hide2,hide3,hide4,hide5,hide6,hide7,hide8,hide9,hide10,hide11,hide12,hide13,hide14) {
toShow = document.getElementById(show);
toHide1 = document.getElementById(hide1);
toHide2 = document.getElementById(hide2);
toHide3 = document.getElementById(hide3);
toHide4 = document.getElementById(hide4);
toHide5 = document.getElementById(hide5);
toHide6 = document.getElementById(hide6);
toHide7 = document.getElementById(hide7);
toHide8 = document.getElementById(hide8);
toHide9 = document.getElementById(hide9);
toHide10 = document.getElementById(hide10);
toHide11 = document.getElementById(hide11);
toHide12 = document.getElementById(hide12);
toHide13 = document.getElementById(hide13);
toHide14 = document.getElementById(hide14);


toShow.style.display = "block";
toHide1.style.display = "none";
toHide2.style.display = "none";
toHide3.style.display = "none";
toHide4.style.display = "none";
toHide5.style.display = "none";
toHide6.style.display = "none";
toHide7.style.display = "none";
toHide8.style.display = "none";
toHide9.style.display = "none";
toHide10.style.display = "none";
toHide11.style.display = "none";
toHide12.style.display = "none";
toHide13.style.display = "none";
toHide14.style.display = "none";
}