function Section(id){this.base=SimpleViewBase;this.base(id);this.type="Section";this.hashcode="Section@"+Math.floor(Math.random()*9999999999);}
