
function imprimirPagina() {
  if (window.print)
    window.print();
  else
    alert("Lo siento, pero a tu navegador no se le puede ordenar imprimir" +
      " desde la web. Actualizate o Boton derecho e Imprimir");
}


function mOvr(src,clrOver) {
		if (!src.contains(event.fromElement)) {
			src.style.cursor = 'hand';
			src.bgColor = clrOver;
		}
	}
function mOut(src,clrIn) {
		if (!src.contains(event.toElement)) {
			src.style.cursor = 'default';
			src.bgColor = clrIn;
		}
	}

function link(qq){ 
	if(qq==""){
		alert("Insert the name of the Artist.")			
	}else{

		eval("self.location='busqueda.asp?Busq="+qq+"'");
	}
}

function Abrir(URL,Nombre,Forma) { 
  window.open(URL,Nombre,Forma);
}
