/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


function atendimentoOnline( url ){
    
    if( url == null ){
        
        Shadowbox.open(
            {
                content:    "imagens/atendimento.jpg",
                player:     "img",
                height:     130,
                width:      411
            }
        );
    }
    else{
        $("formAtendimento").submit();
    }                     
    
}