		<!--
		
		if (window.name=="Sheet") window.close()
		hoy = new Date()		
		Year = (hoy.getYear())
  		meses = new Array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre")
  	    	dias = new Array("Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado")
		fecha=("John Williams en Banda Sonora Original, "+dias[hoy.getDay()] +" "+ hoy.getDate() + " de " +meses[hoy.getMonth()]+" de "+Year)
		texto=new Array(fecha,"¡¡¡Que La Fuerza Te Acompañe!!!","Entrar en la Página","Ver Estadísticas del Sitio","Vota por Este Sitio En Los Mejores De RedFind","Entra en www.SheetMusicPlus.com, tienda de partituras")
	
		document.oncontextmenu=new Function("return false");

		function barra(t)
		{
		window.status=texto[t]
		}

		function NewWindow(pagina,nombre,w,h,pos)
		{if(pos=="random")
		{LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
		if(pos=="center")
		{LeftPosition=(screen.width)?(screen.width-w-10)/2:100;TopPosition=(screen.height)?(screen.height-(h+50))/2:100;}
		else 
		if(pos=="top"){LeftPosition=0;TopPosition=0}
		settings='status=no,resizable=no,scrollbars=yes,width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition;
		marco=window.open(pagina,nombre,settings);}
		
		if(screen.width=="800"){vpos="center",x=790,y=565}
		if(screen.width=="960"){vpos="center",x=890,y=665}
		if(screen.width>"1000"){vpos="center",x=950,y=700}
		if(screen.width<800) location.href="Error1.htm"
		//if(navigator.appName!="Microsoft Internet Explorer") location.href="Error2.htm"
		//if(navigator.appName=="Microsoft Internet Explorer")
		//{
		self.moveTo(0,0)
		self.resizeTo(screen.availWidth,screen.availHeight)
		//}

		function musica()
		{
		document.all.sound.src='Musica/'+archivo[n]+'.mid'
		}
		
		//-->