/**
* JavaScripts used inside components
*/ 
GBMComponents = {
    /**
    * Open office locations
    */
    officeLocations : function (parent) {
        location.href = document.getElementById('quickOfficeSelect').options[document.getElementById('quickOfficeSelect').selectedIndex].value;
        return false;
    }
};

