<!--
<!--
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);

<!-- QUICKLINKS
floatX=20;
floatY=290;
layerwidth=160;
layerheight=85;
align="off_center";
valign="middle";
delayspeed=1;
moveme="Yes";
center_offset=-262
scroll_start=180

//where the layer stops, overriding center offset calculations.
left_wall=5

//distance to float layer at after scroll down. Layer will stop at scroll_start + floatYb.
floatYb=100



NS6=false;
IE4=(document.all);
if (!IE4) {NS6=(document.getElementById);}
NS4=(document.layers);

function adjust() {

if ((NS4) || (NS6)) {

if (window.pageYOffset<scroll_start){
floatY=(floatYb+scroll_start-window.pageYOffset);
floatX=left_wall;
}
else if (window.pageYOffset>scroll_start){
floatY=floatYb;
floatX=left_wall;
}


if (lastX==-1 || delayspeed==0)
{
lastX= floatX;
lastY=window.pageYOffset + floatY;
}

//keep layer from floating off the left edge due to offset
if (floatX<left_wall){
floatX=left_wall;
}

if (moveme=="No") {
}
else
{
dx=Math.abs(window.pageXOffset+floatX-lastX);
dy=Math.abs(window.pageYOffset+floatY-lastY);
d=Math.sqrt(dx*dx+dy*dy);
c=Math.round(d/10);
if (window.pageXOffset+floatX>lastX) {lastX=lastX+delayspeed+c;}
if (window.pageXOffset+floatX<lastX) {lastX=lastX-delayspeed-c;}
if (window.pageYOffset+floatY>lastY) {lastY=lastY+delayspeed+c;}
if (window.pageYOffset+floatY<lastY) {lastY=lastY-delayspeed-c;}
}
if (NS4){
document.layers['floatlayer'].pageX = lastX;
document.layers['floatlayer'].pageY = lastY;
}
if (NS6){
document.getElementById('floatlayer').style.left=lastX;
document.getElementById('floatlayer').style.top=lastY;
}
}
else if (IE4){
if (document.body.scrollTop<scroll_start){
floatY=(floatYb+scroll_start-document.body.scrollTop);
}
else if (document.body.scrollTop>scroll_start){
floatY=floatYb;
}

//keep layer from floating off the left edge due to offset
if (floatX<left_wall){
floatX=left_wall;
}

if (moveme=="No") {
}
else if (lastX==-1 || delayspeed==0)
{
lastX= floatX;
lastY=document.body.scrollTop + floatY;
}
else
{
dx=Math.abs(document.body.scrollLeft+floatX-lastX);
dy=Math.abs(document.body.scrollTop+floatY-lastY);
d=Math.sqrt(dx*dx+dy*dy);
c=Math.round(d/10);
if (document.body.scrollLeft+floatX>lastX) {lastX=lastX+delayspeed+c;}
if (document.body.scrollLeft+floatX<lastX) {lastX=lastX-delayspeed-c;}
if (document.body.scrollTop+floatY>lastY) {lastY=lastY+delayspeed+c;}
if (document.body.scrollTop+floatY<lastY) {lastY=lastY-delayspeed-c;}
}
document.all['floatlayer'].style.posLeft = lastX;
document.all['floatlayer'].style.posTop = lastY;
}

if (window.document.freeze_text.src == "images/freeze_menu.gif"){
window.document.freeze_text.src = "images/unfreeze_menu.gif";
}

if (window.document.freeze_text.src == "images/unfreeze_menu.gif"){
window.document.freeze_text.src = "images/freeze_menu.gif";
}

setTimeout('adjust()',50);
}

function define()
{
if ((NS4) || (NS6)) 
{ 
if (align=="left") {floatX=ifloatX};
if (align=="right") {floatX=window.innerWidth-ifloatX-layerwidth-20};
if (align=="center") {floatX=Math.round((window.innerWidth-20)/2)-Math.round(layerwidth/2)};
if (align=="off_center") {floatX=Math.round((window.innerWidth-20)/2)-Math.round(layerwidth/2)+center_offset};
if (valign=="top") {floatY=ifloatY};
if (valign=="bottom") {floatY=window.innerHeight-ifloatY-layerheight};
if (valign=="center") {floatY=Math.round((window.innerHeight-20)/2)-Math.round(layerheight/2)};
}
if (IE4) 
{
if (align=="left") {floatX=ifloatX};
if (align=="right") {floatX=document.body.offsetWidth-ifloatX-layerwidth-20}
if (align=="center") {floatX=Math.round((document.body.offsetWidth-20)/2)-Math.round(layerwidth/2)}
if (align=="off_center") {floatX=Math.round((document.body.offsetWidth-20)/2)-Math.round(layerwidth/2)+center_offset}
if (valign=="top") {floatY=ifloatY};
if (valign=="bottom") {floatY=document.body.offsetHeight-ifloatY-layerheight}
if (valign=="center") {floatY=Math.round((document.body.offsetHeight-20)/2)-Math.round(layerheight/2)}
}
}

function anchor_menu() {
if (moveme=='No') {
moveme='Yes'; define();
window.document.freeze_text.src = "images/freeze_menu.gif";
return true;
}

else if (moveme=='Yes') {
moveme='No'; define(); 
window.document.freeze_text.src = "images/unfreeze_menu.gif";
return true;
}
}

<!-- END QUICKLINKS CODE -->
//-->