function getWebAppBaseURL(){
    //return "http://desa2004:9090/IdeasCTI";
    //return "http://170.51.242.79:9090/ideas2006";

    // desarrollo
    return "http://www.ideascti.com.py:8080/ideas2006";
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  newwin = window.open(theURL,winName,features);
  newwin.focus();
}

function imageOver (item, imagen) {
  item.src = imagen;
}

function imageOut (item, imagen) {
  item.src = imagen;
}

function recargarTelefonos(xPARAM){

    var ua = navigator.userAgent;
    var myPeli = (ua.indexOf("MSIE") != -1)?document.getElementById("objTelefonos"):document.getElementById("embTelefonos")
        myPeli.SetVariable("xmlFile",xPARAM)
        myPeli.SetVariable("run","1");
}


function popUp (url, width, height, scroll) {
  winpop = window.open (url, "popUp", "width="+width+", height="+height+", scrollbars="+scroll+", menubar=no, location=no, resizable=no, left=30, top=130")
  winpop.focus();
}

function viewSec(xID, xSub, xImgButtom){
    // xID          = id Seccion (Ej: Ring)
    // xSub         = id SubItme (Ej.:1)
    // xImgButtom   = ruta de la imagen del boton de seccion tildado.
    var oButtom = document.getElementById(xID)
        oButtom.src= xImgButtom;
        oButtom.onmouseover = "";
        oButtom.onmouseout  = "";
    var oTD = document.getElementById("sec" + xID);

    if(oTD != undefined)
        oTD.style.display = "";

    if(xSub != '0'){
        
        var lnk = document.getElementById(xID+xSub);
            lnk.style.fontWeight = "bold";
        var img = document.getElementById("img"+xID+xSub);
            img.style.display = "";
            
    }
}
function CargarCategorias(xSeccion, xFormat){
    var oCategorias = document.getElementById("incCategorias")
        oCategorias.src=getWebAppBaseURL()+"/inc_categorias.jsp?seccion="+xSeccion+"&format="+xFormat
}

// FUNCIONES DEL BANNER REGATON!!
function universal_reggaeton(){
    window.open("http://www.universalmusicargentina.com/mobile/regaton/realtones.html","","height=480,width=640,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}
function universal_babasonicos(){
    window.open("http://www.universalmusicargentina.com/mobile/banners/realtones.html","","height=480,width=640,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}
function universal_arbol(){
    window.open("http://www.universalmusicargentina.com/mobile/arbol/mini_sitio.html","","height=486,width=646, menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}
