function init()
{
  var md = document.getElementById('maindiv');
  var td = document.getElementById('trescdiv').style.height;
  var db = document.getElementById('divbt');
  var ft = document.getElementById('footdiv');
  if(window.innerWidth)
  {
    docwidth=(window.innerWidth)/2 - 400;
  }
  else if(document.body.clientWidth&&document.all&&!document.documentElement.clientHeight)
  {
    docwidth=(document.body.clientWidth)/2 - 400;
  }
  else if(document.all&&document.documentElement.clientHeight)
  {
    docwidth=(document.documentElement.clientWidth)/2 - 400;
  }
  md.style.left = docwidth+"px";
  md.style.height = parseInt(td)+290+"px";
  db.style.top = parseInt(md.style.height)+25+"px";
  ft.style.top = parseInt(td)+250+"px";
  md.style.visibility = 'visible';
  for (var n_order = 0; n_order < p.a_children.length; n_order++)
	p.a_children[n_order].e_oelement.style.visibility = 'visible';
  if(document.getElementById('obj'))
  {document.getElementById('obj').innerHTML = "<embed src='page_images/checkin.swf' quality='high' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='287' height='180' bgcolor='#FFFFFF' vmode='opaque'>"}	 
}

