function OpenCompetition(varURL)
{
    window.open(varURL, 'ITCOMP', 'width=760,height=520');
}            


var _oldDiv;

function PSwap(_div, _firstrun)
{
    eval("document.getElementById('_divProd"+_div+"').style.display = 'block'"); 
    eval("document.getElementById('_td"+_div+"').style.backgroundColor = '#F3F1E9'"); 
    if (_firstrun != 'true')
    {
        eval("document.getElementById('_divProd"+_oldDiv+"').style.display = 'none'"); 
        eval("document.getElementById('_td"+_oldDiv+"').style.backgroundColor = '#FFFFFF'");
    }
    
    _oldDiv = _div;
}
   
