function rokola(cancion) {
    if (navigator.appName.indexOf("Microsoft")!=-1) {

p=window.open('','rockola', 'noscrollbars, noresizable, width=370,height=170,top=50,left=50');
p.document.write('<HTML><HEAD><TITLE>Ecuaworld.com.ec</TITLE></HEAD><BODY onload="window.focus();" TEXT="WHITE" BGCOLOR="BLACK">');
p.document.write('			<object id="MediaPlayer" width="100%" height="72" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" align="baseline" border="0" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">  ');
p.document.write('			 <param name="FileName" value="'+cancion+'">  ');
p.document.write('			  <param name="ShowControls" value="1">  ');
p.document.write('			  <param name="ShowPositionControls" value="0">  ');
p.document.write('			  <param name="ShowAudioControls" value="1">  ');
p.document.write('			  <param name="ShowTracker" value="1">  ');
p.document.write('			  <param name="ShowDisplay" value="0">  ');
p.document.write('			  <param name="ShowStatusBar" value="1">  ');
p.document.write('			  <param name="AutoSize" value="1">  ');
p.document.write('			  <param name="ShowGotoBar" value="0">  ');
p.document.write('			  <param name="ShowCaptioning" value="0">  ');
p.document.write('			  <param name="AutoStart" value="0">  ');
p.document.write('			  <param name="AnimationAtStart" value="0">  ');
p.document.write('			  <param name="TransparentAtStart" value="0">  ');
p.document.write('			  <param name="AllowScan" value="1">  ');
p.document.write('			  <param name="EnableContextMenu" value="1">  ');
p.document.write('			  <param name="ClickToPlay" value="0">  ');
p.document.write('			  <param name="InvokeURLs" value="1">  ');
p.document.write('			  <param name="DefaultFrame" value="datawindow">  ');
p.document.write('			</object>  ');
p.document.write('	<CENTER><br><FONT SIZE=-1 COLOR=#999999>Presione <IMG SRC="../images/play.gif" WIDTH=28 HEIGHT=22 ALIGN=MIDDLE BORDER=0> para escuchar canción seleccionada.</FONT> <BR> <BR> <a href=javascript:window.close() style="font-size:75%; font-weight:bold; color:#999999;text-decoration:none">Cerrar</a></center>  ');
p.document.write('</BODY></HTML>');
p.document.close();
    } else {
	window.location = cancion;
    }
}

function auspiciantes()
{
window.open("./auspiciantes.htm","auspiciante", "noscrollbars, resizable, width=310,height=320,top=250,left=100");
}

function click(e) 
{ if (document.all) { 
  if (event.button==2||event.button==3) { return false; } } 
  if (document.layers) { if (e.which == 3) { return false; } } 
}
if (document.layers) { document.captureEvents(Event.MOUSEDOWN); }
document.onmousedown=click;
document.oncontextmenu=new Function("return false")

window.name="main_ecuaworld_com_ec";
window.onerror=null;  
window.defaultStatus='Ecuaworld.com.ec - MaQuiNet Services'; 