function MFXinitMenu() { MFXiSM(); }
function MFXrunMenu(lnum,t) { MFXrM(lnum); }
//MFXsmSTART
function MFXiSM(){L=['MFX0','MFX1','MFX2','MFX3','MFX4','MFX5','MFX6','MFX7','MFX8','MFXd1','MFXd2'];spd=10;stp=4;cl=1;gSL=0;cM=0;
var d=document,n=navigator;nn=d.layers?1:0;rng=0;wO=-1;wait=-1;op=window.opera;no=n.userAgent;var o6=(no.indexOf('Opera 6')!=-1)||(no.indexOf('Opera/6')!=-1);
mac=d.all&&n.appVersion.toLowerCase().indexOf('mac')!=-1;OM=op||mac;gT=[];gL=[];gHt=[];gW=[];gML=[];gH='hidden';gV='visible';P=nn||op&&!o6?'':'px';
for(i=0;i<L.length;i++){L[i]=(nn)?eval('d.'+L[i]):d.all?eval('d.all.'+L[i]+'.style'):d.getElementById(L[i]).style;mos=i&1;gML[i]=mos?0:1;
if(gML[i]){if(i==0){gT[i]=pI(L[i].top);gL[i]=pI(L[i].left)}else{gL[i]=gL[i-2];gT[i]=gT[i-2]+gHt[i-2]}gHt[i]=nn?L[i].clip.height:d.all?
pI(L[i].pixelHeight):pI(L[i].height);gW[i]=nn?L[i].clip.width:d.all?pI(L[i].pixelWidth):pI(L[i].width);L[i].left=gL[i]+P;L[i].top=gT[i]+P;
L[i].visibility=gV}if(!gML[i]){gT[i]=gT[i-1]+gHt[i-1];gL[i]=gL[i-1];gHt[i]=nn?L[i].clip.height:d.all?pI(L[i].pixelHeight):pI(L[i].height);
gW[i]=nn?L[i].clip.width:d.all?pI(L[i].pixelWidth):pI(L[i].width);L[i].left=gL[i]+gSL+P;L[i].top=gT[i]+P;}}function MFXef(e){
var a=0,m=window.sidebar;if((m||nn)&&d.forms.length>0){return}while(a<d.links.length){d.links[a].blur();++a}}d.onmouseup=MFXef;MFXrSR()}
function MFXrM(n){cM=n;if(!rng&&n+2<L.length){if(wO==-1){oS=stp;L[n+1].visibility=OM?gH:gV;MFXoS(n+2)}else{if(wO==n&&cl){cS=gHt[n+1];
L[n+1].visibility=OM?gH:gV;MFXcS(n+2)}if(wO!=n){cS=gHt[wO+1];L[wO+1].visibility=OM?gH:gV;MFXcS(wO+2);wait=n}}}}
function MFXoS(n){rng=1;for(i=n;i<L.length;i+=2){L[i].top=pI(L[i].top)+stp+P}nn?L[n-1].clip.height=oS:L[n-1].clip='rect('+0+P+' '+gW[n-1]+P+' '+ oS+P+' '+0+P+')';
oS+=stp;if(pI(L[n].top)<pI(L[n-1].top)+gHt[n-1]){mTO=setTimeout('MFXoS('+n+')',spd)}else{rng=0;wO=n-2;L[n-1].visibility=gV;MFXaM(n,0)}}
function MFXaM(n,g){if(n>0){if(g){L[n].top=pI(L[n-1].top)}else{L[n].top=pI(L[n-1].top)+gHt[n-1]+P}for(i=n+2;i<L.length;i+=2)L[i].top=pI(L[i-2].top)+gHt[i-2]+P}}
function MFXcS(n){rng=1;for(i=n;i<L.length;i+=2){L[i].top=pI(L[i].top)-stp+P}nn?L[n-1].clip.height=cS:
L[n-1].clip='rect('+0+P+' '+gW[n-1]+P+' '+cS+P+' '+0+P+')';cS-=stp;if(pI(L[n].top)>pI(L[n-2].top)+gHt[n-2]){mTO=setTimeout('MFXcS('+n+')',spd)}else{
nn?L[n-1].clip.height=cS:L[n-1].clip='rect('+0+P+' '+gW[n-1]+P+' '+0+P+' '+0+P+')';rng=0;wO=-1;MFXaM(cM,1);if(wait!=-1)MFXrM(wait);L[n-1].visibility=gH;wait=-1;}}
function pI(n){return parseInt(n)}function MFXrSR(){var i,sr=document.location.search;if(sr!=''){sr=sr.replace(/\?/,'').split('&');
for(i=0;i<sr.length;i++){sr[i]=sr[i].split('=');if(sr[i][0]=='MFXsr'){MFXrM(pI(sr[i][1]))}}}}onload=MFXiSM;//MFXsmEND
//MFXresfix
var resized = false;
var mfxrW=window.innerWidth; var mfxrH=window.innerHeight;function MFXrfix(){if(((mfxrW!=window.innerWidth)||(mfxrH!=window.innerHeight))&& !resized){
location.reload();resized = true;}
}if(navigator.userAgent.toLowerCase().indexOf("opera"))document.onmousemove=MFXrfix;if(document.layers)onresize=MFXrfix;
//MFXresfix
function MFXcallSMpage(u){document.MM_returnValue = false;document.location=u;}

<!--
/*
  dw_core.js
  version date: July 2002
    
  This code is from Dynamic Web Coding 
    at http://www.dyn-web.com/
    Copyright 2002 by Sharon Paine 
    See Terms of Use at http://www.dyn-web.com/bus/terms.html
    Permission granted to use this code 
    as long as this entire notice is included.
*/
/////////////////////////////////////////////////////////////////////
//  dynObj constructor
//  arguments: id (required): id of positioned div.
//  left,top,width,height optional arguments.
/////////////////////////////////////////////////////////////////////
function dynObj(id,x,y,w,h) {
 this.el = (document.getElementById)? document.getElementById(id): (document.all)? document.all[id]: (document.layers)? getLyrRef(id,document): null;
 if (!this.el) return null;
 this.doc = (document.layers)? this.el.document: this.el;
 this.css = (this.el.style)? this.el.style: this.el;
 var px = (document.layers||window.opera)? "": "px";
 this.x = x || 162; if (x) this.css.left = this.x+px;
 this.y = y || 68; if (y) this.css.top = this.y+px;
 this.width = w? w: (this.el.offsetWidth)? this.el.offsetWidth: (this.css.clip.width)? this.css.clip.width: 0;
 this.height = h? h: (this.el.offsetHeight)? this.el.offsetHeight: (this.css.clip.height)? this.css.clip.height: 0;
 // if w/h passed, set style width/height
 if (w){ (document.layers)? this.css.clip.width=w+px: this.css.width=w+px;}
 if (h){ (document.layers)? this.css.clip.height=h+px: this.css.height=h+px;}
 this.obj = id + "dynObj";  eval(this.obj + "=this");
}
function dw_show() { this.css.visibility = "visible"; }
function dw_hide() { this.css.visibility = "hidden"; }
function dw_shiftTo(x,y) {
 if (x!=null) this.x=x; if (y!=null) this.y=y; 
 // rounded below (this.x/y can hold decimals)
 if (this.css.moveTo) { 
  this.css.moveTo(Math.round(this.x),Math.round(this.y)); 
 } else { 
  this.css.left=Math.round(this.x)+"px"; 
  this.css.top=Math.round(this.y)+"px"; 
 }
}
function dw_shiftBy(x,y) {
 this.shiftTo(this.x+x,this.y+y);
}
function dw_writeLyr(cntnt) {
 if (typeof this.doc.innerHTML!="undefined") {
      this.doc.innerHTML = cntnt;
  } else if (document.layers) {
   this.doc.write(cntnt);
   this.doc.close();
  }
}
function dw_setBgClr(bg) {
 if (document.layers) this.doc.bgColor=bg;
 else this.css.backgroundColor=bg;
}
// assign methods 
dynObj.prototype.show = dw_show;
dynObj.prototype.hide = dw_hide;
dynObj.prototype.shiftTo = dw_shiftTo;
dynObj.prototype.shiftBy = dw_shiftBy;
dynObj.prototype.writeLyr = dw_writeLyr;
dynObj.prototype.setBgClr=dw_setBgClr;

// get reference to nested layer for ns4
// from dhtmllib.js by Mike Hall of www.brainjar.com
function getLyrRef(lyr,doc) {
 if (document.layers) {
  var theLyr;
  for (var i=0; i<doc.layers.length; i++) {
    theLyr = doc.layers[i];
   if (theLyr.name == lyr) return theLyr;
   else if (theLyr.document.layers.length > 0) 
      if ((theLyr = getLyrRef(lyr,theLyr.document)) != null)
     return theLyr;
   }
  return null;
  }
}
//-->


<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)
==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; 
}}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) 
location.reload();
}
MM_reloadPage(true);
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
 
//-->



