/*************************************************************************
  This code is from Dynamic Web Coding at www.dyn-web.com
  Copyright 2002-4 by Sharon Paine
  See Terms of Use at www.dyn-web.com/bus/terms.html
  regarding conditions under which you may use this code.
  This notice must be retained in the code as is!
*************************************************************************/
<!--
var curGlideLyr;function initMenuGlider(){var i,ua=navigator.userAgent,el;if((i=ua.indexOf("Opera"))!=-1){if(parseFloat(ua.substr(i+6,4))<7)return;}
var glideLyrs=new Array();glideLyrs[0]=new dynObj('glideDiv0',448,30);for(i=0;glideLyrs[i];i++){glideLyrs[i].xOff=glideLyrs[i].x;if(!glideLyrs[i].y)
if(glideLyrs[i-1])glideLyrs[i].y=glideLyrs[i-1].y+glideLyrs[i-1].h+2;glideLyrs[i].shiftTo(-(glideLyrs[i].w-glideLyrs[i].xOff),glideLyrs[i].y);glideLyrs[i].show();el=dynObj.getElemRef(glideLyrs[i].id);if(el){el.onmouseover=slideIntoView;el.onmouseout=slideOutOfView;}}
if(document.getElementById("glideDiv0")!=null){setTimeout('FlashMenu("glideDiv0")',400);}}
function slideIntoView(){var glideLyr=dynObj.getInstance(this.id);glideLyr.slideTo(175,null,250,-.8);}
function slideOutOfView(e){var glideLyr=dynObj.getInstance(this.id);e=e?e:window.event;var toEl=e.relatedTarget?e.relatedTarget:e.toElement;if(toEl!=glideLyr.el&&!contained(toEl,glideLyr.el))
glideLyr.slideTo(-(glideLyr.w-glideLyr.xOff),null,300,-.8);}
function contained(oNode,oCont){if(!oNode)return;while(oNode=oNode.parentNode)if(oNode==oCont)return true;return false;}
function FlashMenu(id){var oldLyr,newLyr;if(curGlideLyr==id){oldLyr=dynObj.getInstance(curGlideLyr);oldLyr.slideTo(-(oldLyr.w-oldLyr.xOff),null,400,-.8);curGlideLyr="";return;}
if(!curGlideLyr){newLyr=dynObj.getInstance(id);newLyr.slideTo(175,null,600,-.8);}
curGlideLyr=id;setTimeout('FlashMenu("glideDiv0")',1500);}
var curContentLyr;var slide_in_speed=400;var slide_out_speed=400;function initContentGlider(){var glideContentLyrs=new Array();glideContentLyrs[0]=new dynObj('glideContentDiv0',0,0);for(var i=0;glideContentLyrs[i];i++){glideContentLyrs[i].xOff=-(glideContentLyrs[i].w-280);glideContentLyrs[i].shiftTo(glideContentLyrs[i].xOff,glideContentLyrs[i].y);glideContentLyrs[i].show();}
slideContent('glideContentDiv0');}
function slideContent(id){var oldLyr,newLyr;if(curContentLyr==id){oldLyr=dynObj.getInstance(curContentLyr);oldLyr.slideTo(oldLyr.xOff,null,slide_out_speed,-.8);curContentLyr="";return;}
if(curContentLyr){oldLyr=dynObj.getInstance(curContentLyr);oldLyr.onSlideEnd=function(){dynObj.holder[curContentLyr].slideTo(0,null,slide_in_speed,-.8);this.onSlideEnd=function(){if(this.el)this.el=null}}
oldLyr.slideTo(oldLyr.xOff,null,slide_out_speed,-.8);}else{newLyr=dynObj.getInstance(id);newLyr.slideTo(0,null,slide_in_speed,-.8);}
curContentLyr=id;}
-->
