remove about us and FAQ links in menus
[namibia] / public / templates / page / switch.js
1 var template_switch = function( static )
2 {
3         this.static   = static;
4         this.elements = {};
5         this.construct = function() {
6     $('#BrochureMenu').remove();
7     $('#MobiBrochureMenu').remove();
8     $('#PortalMenu').show();
9     $('#MobiPortalMenu').show();
10     
11    };
12         this.destruct  = function() {};
13 };