document.write("<link rel='stylesheet' type='text/css' href='CSS/layoutx.css'>");xAddEventListener(window,'load',winOnLoad,false);function winOnLoad()
{var o={mh:0};xIterate('Content',1,o,function(e,o){var h=xHeight(e);if(h>o.mh)o.mh=h;});var h=xHeight('SpotLight');h=Math.max(h,o.mh);xIterate('Content',1,h,function(e,h){xHeight(e,h);});xHeight('SpotLight',h);xHeight('PgBody',h);pgShow('Content1');xIterate('ContentLink',1,null,function(e){e.onclick=navOnClick;});}
function navOnClick()
{var id=this.href.substr(this.href.indexOf('#')+1);pgShow(id);return false;}
function pgShow(id)
{xIterate('Content',1,null,function(e){xMoveTo(e,-600,0);});xAniLine(id,0,0,1000,1);}
function xIterate(idPrefix,start,data,fn)
{var i=start,e=xGetElementById(idPrefix+i);while(e){fn(e,data);e=xGetElementById(idPrefix+(++i));}}