function getpage(command)
{
        if ( command=="1")
        {
                 window.open("enlaces.jsp",  "n",                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=365,height=400");
        }

        if ( command=="2")
        {
                 window.open("contactenos.jsp",  "n", 
                 "width=360,height=140,scrollbars=no,location=no,resizable=no");
        }
        if ( command=="3")
        {
                 //alert("uUUU");frame_mapaweb.html
                 window.parent.frames["top"].document.location="frame_mapaweb.jsp";
        }

        if ( command=="4")
        {
                 window.open("logos.jsp",  "n", 
                 "width=450,height=320,scrollbars=no,location=no,resizable=no");
        }

        if ( command=="5")
        {
                 window.open("aviso_legal.jsp",  "n", 
                 "width=320,height=85,scrollbars=no,location=no,resizable=no");
        }

        if ( command=="6")
        {
                 window.open("bgs.jsp",  "n", 
                 "width=320,height=85,scrollbars=no,location=no,resizable=no");
        }
}

function gopage(command,url)
{
        if ( command=="1")
        {
                 window.open(url+"enlaces.jsp",  "n",                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=365,height=400");
        }

        if ( command=="2")
        {
                 window.open(url+"contactenos.jsp",  "n", 
                 "width=360,height=140,scrollbars=no,location=no,resizable=no");
        }
        if ( command=="3")
        {
                 window.parent.frames["top"].document.location=url+"frame_mapaweb.jsp";
        }

        if ( command=="4")
        {
                 window.open(url+"logos.jsp",  "n", 
                 "width=450,height=320,scrollbars=no,location=no,resizable=no");
        }

        if ( command=="5")
        {
                 window.open(url+"aviso_legal.jsp",  "n", "width=775,height=300,scrollbars=yes,location=no,resizable=no");
        }

        if ( command=="6")
        {
                 window.open(url+"bgs.jsp",  "n", 
                 "width=580,height=350,scrollbars=no,location=no,resizable=no");
        }
        
        if ( command=="7")
        {
                 window.open(url+"aviso.htm",  "n", 
                 "width=580,height=350,scrollbars=no,location=no,resizable=no");
        }

}
