function init() {
  var width=1000;
  getwd();

  onavigation = new mgobject('navigation1');
  onavigation.seth(wh-230);

  ocontentborder = new mgobject('contentborder');
  ocontentborder.seth(wh-110);
  };

w.onload=init;
w.onresize=init;            
