/////////////////////////////////////
function AniadirFavoritos() {
 window.external.AddFavorite("http://www.rgcc.es", "Real Grupo de Cultura Covadonga");
}

/////////////////////////////////////
function Imprimir() {
  window.print();
}
/////////////////////////////////////
function irA(idMenu,idRecurso) {
 if (idRecurso==0) {
  location.href="index.asp";
 } else {
  var direccion="index.asp?MP="+idMenu;
  location.href=direccion;
 }
}

/////////////////////////////////////
function volver() {
 history.back(-1);
}

function vaciar(esto) {
	esto.value="";
}

function abrirJuego(){
	 var windowJuego;
	 windowJuego = window.open("popup/juego.asp","Puzzle","width=100,height=100,top=10,left=10,scrollbars=yes,resizable=yes");
}

function VerProducto(idProducto){

 var windowProducto;
 windowProducto = window.open("popup/popupproducto.asp?id="+idProducto,"Imagen","width=100,height=100,top=10,left=10,scrollbars=yes,resizable=yes");

}
