/**
  * JavaScript Technology Manager
  * (c) Us Media BV.
  *     2006 / 2007
  * ----------------------------------------------------------------- */
var objTechnology = {
    set : function (type) {
       Agent.call (BASE_HREF_JSON + 'technology.php', 'setTechnology', null, type);
       return false;
    },
    get : function (type) {
       return Agent.call (BASE_HREF_JSON + 'technology.php', 'getTechnology', null);
    }
}