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

