function init() {
  var width=1000;
  getwd();

  //onavigation = new mgobject('navigation1')
  //onavigation.seth(wh-570);

  ocontentborder = new mgobject('contentborder');
  ocontentborder.seth(wh-100);
  oseparator = new mgobject('separator');
  oseparator.seth(wh-100);
  //alert(wh);
  };

w.onload=init;
w.onresize=init;            
