function winop(s){

    var opt = '';
    var x = s.replace('_',' ');
    
    x = x.toUpperCase();
    
    opt += "width=800,height=600,";
    opt += "scrollbars=yes";

    window.open('index.php?option=com_enl&package='+s,'_blank',opt);
}

function rel(s){
    location.href('index.php?option=com_search&task=search&Itemid=133&searchword='+s);
}

function newWin(nf,pt){
    nf=nf+'.pdf';
    window.open('images/docs/'+pt+'/'+nf,'_blank','width=640,height=780');
}
function newBid(pack,fl){
    fl=fl+'.pdf';
    window.open('images/bidding/'+pack+'/'+fl,'_blank','width=640,height=780');
}
