﻿var ventana;

function fnOpenRadio(URL)
{
    ventana =  window.open("estacion.aspx?id=" + URL, "kuradio", "scrollbars=1,width=560,height=550,top=" + ((screen.height / 2) - (550 / 2)) + ", left=" + ((screen.width / 2) - (560 / 2)));
    ventana.focus();
}

function fnActiveMember()
{
    ventana = window.open("http://premium.kumundi.com/", "active");
    ventana.focus();
}

function fnInvite()
{
    ventana =  window.open("../kdashboard/", "invite");
    ventana.focus();
}
