//=========================================
//initialize javascript objects here

window.addEvent('domready', function(){
    //these need to be customized depending
    //on project
    try{ setJSIConnection(); }catch(err){/*let it fail-means no jsi connection available*/}
    try{ initSideNav(); }catch(err){/*let it fail-means no help tips on page*/}
    try{ initBalloons(); }catch(err){/*let it fail-means no help tips on page*/}
});
