/*------------------------------*/
var popUpWinBio=0;
function verBio(artista){
//	alert(url);
	var left	= 500; 
	var top		= 50;
	var width	= 200; 
	var height	= 600;
	  if(popUpWinBio)
	  {
		if(!popUpWinBio.closed){ popUpWinBio.close();}
	  }
	  popUpWinBio = open('bios.php?a=' + artista, 'popUpWinBio', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
	  popUpWinBio.focus();
}
//--------------------------------------------------------------------
var popUpWinVideo=0;
function verVideo(artista){
//	alert(url);
	var left	= 500; 
	var top		= 100;
	var width	= 300; 
	var height	= 280;
	  if(popUpWinVideo)
	  {
		if(!popUpWinVideo.closed){ popUpWinVideo.close();}
	  }
	  popUpWinVideo = open('videos.php?a=' + artista, 'popUpWinVideo', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
	  popUpWinVideo.focus();
}
//--------------------------------------------------------------------
var popUpWinEscuchar=0;
function verEscuchar(artista){
//	alert(url);
	var left	= 600; 
	var top		= 50;
	var width	= 420; 
	var height	= 180;
	  if(popUpWinEscuchar)
	  {
		if(!popUpWinEscuchar.closed){ popUpWinEscuchar.close();}
	  }
	  popUpWinEscuchar = open('escuchar.php?a=' + artista, 'popUpWinEscuchar', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
	  popUpWinEscuchar.focus();
}

