
 function foto(imagen)
	 {
		document.getElementById(imagen).src='images/'+imagen+'.gif';
	 }
	 function fotoclaro(imagen)
	 {
	    document.getElementById(imagen).src='images/'+imagen+'claro.gif'
	 }	
	 
	 function menuprincipal()
{
  var menu='<table border="0px" cellspacing="0px" cellpadding="0px">';
	  menu+='<tr>';
	  
	menu+='<td style="cursor:pointer"  onClick="window.location=\'../index.html\';"    OnMouseOver="this.className=\'botonmenu1\';"><img id="inicio" src="images/inicio.gif" onMouseOver="fotoclaro(this.id)"onMouseOut="foto(this.id)"> </img></td>';
	 menu+='<td style="cursor:pointer"  onClick="window.location=\'../asociados.html\';"    OnMouseOver="this.className=\'botonmenu1\';" ><img id="asociados" src="images/asociados.gif" onMouseOver="fotoclaro(this.id)"onMouseOut="foto(this.id)" ></img></td>';
	 menu+='<td style="cursor:pointer"  onClick="window.location=\'../tratamientos.html\';" OnMouseOver="this.className=\'botonmenu1\';"><img id="tratamientos" src="images/tratamientos.gif" onMouseOver="fotoclaro(this.id)"onMouseOut="foto(this.id)"></img></td>';
	    menu+='<td style="cursor:pointer"  onClick="window.location=\'../contactanos.html\';"  OnMouseOver="this.className=\'botonmenu1\';"  ><img id="contactanos" src="images/contactanos.gif" onMouseOver="fotoclaro(this.id)"onMouseOut="foto(this.id)" ></img></td>';
		menu+='<td style="cursor:pointer"  onClick="window.location= \'http://www.turismodesalud.info/bajacalifornia\';"     OnMouseOver="this.className=\'botonmenu1\';"><img id="infopatrocinadores" src="images/infopatrocinadores.gif" onMouseOver="fotoclaro(this.id)"onMouseOut="foto(this.id)"> </img></td>';	
menu+='<td style="cursor:pointer"  onClick="window.location=\'http://mexdoctors.com\';"    OnMouseOver="this.className=\'botonmenu1\';"><img id="directorio" src="images/directorio.gif" onMouseOver="fotoclaro(this.id)"onMouseOut="foto(this.id)"> </img></td>';	
 
 	  menu+='</tr>';
	  menu+='</table>';
	  document.getElementById('menu1').innerHTML=menu;		
}
function LoadVideoBar() {

    var videoBar;
    var options = {
        largeResultSet : !false,
        horizontal : false,
        autoExecuteList : {
          cycleTime : GSvideoBar.CYCLE_TIME_MEDIUM,
          cycleMode : GSvideoBar.CYCLE_MODE_LINEAR,
          executeList : ["ytchannel:mexdoctorstv"]
        }
      }

    videoBar = new GSvideoBar(document.getElementById("videoBar-bar"),
                              GSvideoBar.PLAYER_ROOT_FLOATING,
                              options);
							  GSearch.setOnLoadCallback(LoadVideoBar);
    }

function Abrir_ventana (pagina) {
var opciones="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=750, height=550, top=0, left=0";
window.open(pagina,"",opciones);
}
