var paramsPopUp = 'dependent=1,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,';

function downloadimage(url, fid){
    openW('getFile.aspx?md=img&file='+url+'&oid='+fid, 400, 400, paramsPopUp, 'descarga');
}

function downloadfile(url, othername, fid){
    path = self.location = 'getFile.aspx?md=file&rname='+othername+'&file='+url+'&oid='+fid;
    $('dwnarea').innerHTML = '<iframe src="'+path+'"></iframe>';
    //self.location = 'getFile.aspx?md=file&rname='+othername+'&file='+url;
    //openW('getFile.aspx?md=file&rname='+othername+'&file='+url, 10, 10, paramsPopUpScroll, 'descarga');
}

function openW(url,wd, hg, params, id){
     window.open(url, 'wnd000'+id, params + 'width='+wd+',height='+hg)

}


function abrirConcursoFDA(){
    Shadowbox.open({
        title:      '',
        type:       'iframe',
        content:    'http://www.cosmopolitan.tv/concursorevista.aspx',
        height:     598,
        width:      790
    });
}