<!--
  function ClearSearchForm()
    {
      document.searchform.CR.value=""
    }
  

  function NewWin(PageName,Wd,Ht,WinName)
    {
      WinName == null;
      //var Wd = 140
      //var Ht = 312
      if (document.all) //ie
        var xMax = screen.width, yMax = screen.height;
      else
        if (document.layers) //Mozilla
          var xMax = window.outerWidth, yMax = window.outerHeight;
        else
          var xMax = 800, yMax=590;
      //var xOffset = (xMax - 200)/2, yOffset = (yMax - 300)/2; //centered from top
      var xOffset = (xMax - Wd)/2, yOffset = 10;
      var features =
      'width='        + Wd +
      ',height='      + Ht +
      ',directories=0' +
      ',location=0'    +
      ',menubar=1'     +
      ',scrollbars=1'  +
      ',status=0'      +
      ',toolbar=0'     +
      ',resizable=1'   +
      ',screenX=' + xOffset +
      ',screenY=' + yOffset + 
      ',top=' + yOffset +
      ',left=' + xOffset
      window.open(PageName,WinName, features);
      //return false;
    }
  function NewWinNM(PageName,Wd,Ht,WinName)
    {
      WinName == null;
      //var Wd = 140
      //var Ht = 312
      if (document.all) //ie
        var xMax = screen.width, yMax = screen.height;
      else
        if (document.layers) //Mozilla
          var xMax = window.outerWidth, yMax = window.outerHeight;
        else
          var xMax = 800, yMax=590;
      //var xOffset = (xMax - 200)/2, yOffset = (yMax - 300)/2; //centered from top
      var xOffset = (xMax - Wd)/2, yOffset = 10;
      var features =
      'width='        + Wd +
      ',height='      + Ht +
      ',directories=0' +
      ',location=0'    +
      ',menubar=0'     +
      ',scrollbars=1'  +
      ',status=0'      +
      ',toolbar=0'     +
      ',resizable=1'   +
      ',screenX=' + xOffset +
      ',screenY=' + yOffset + 
      ',top=' + yOffset +
      ',left=' + xOffset
      window.open(PageName,WinName, features);
      //return false;
    }
    // Script Source: CodeLifter.com
    // Copyright 2003
    // Do not remove this notice.
    // SETUPS:
    // ===============================
    // Set the horizontal and vertical position for the popup
    PositionX = 100;
    PositionY = 100;
    // Set these value approximately 20 pixels greater than the
    // size of the largest image to be used (needed for Netscape)
    defaultWidth  = 500;
    defaultHeight = 500;
    // Set autoclose true to have the window close automatically
    // Set autoclose false to allow multiple popup windows
    var AutoClose = true;
    // Do not edit below this line...
    // ================================
    if (parseInt(navigator.appVersion.charAt(0))>=4){
    var isNN=(navigator.appName=="Netscape")?1:0;
    var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
    var optNN='scrollbars=no,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
    var optIE='scrollbars=no,width=150,height=100,left='+PositionX+',top='+PositionY;
    function popImage(imageURL,imageTitle){
    if (isNN){imgWin=window.open('about:blank','',optNN);}
    if (isIE){imgWin=window.open('about:blank','',optIE);}
    with (imgWin.document){
    writeln('<html><head><title>Loading...</title><style>body{margin:0px;}</style>');writeln('<sc'+'ript>');
    writeln('var isNN,isIE;');writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){');
    writeln('isNN=(navigator.appName=="Netscape")?1:0;');writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}');
    writeln('function reSizeToImage(){');writeln('if (isIE){');writeln('window.resizeTo(100,100);');
    writeln('width=100-(document.body.clientWidth-document.images[0].width);');
    writeln('height=100-(document.body.clientHeight-document.images[0].height);');
    writeln('window.resizeTo(width,height);}');writeln('if (isNN){');
    writeln('window.innerWidth=document.images["George"].width;');writeln('window.innerHeight=document.images["George"].height;}}');
    writeln('function doTitle(){document.title="'+imageTitle+'";}');writeln('</sc'+'ript>');
    if (!AutoClose) writeln('</head><body bgcolor=000000 scroll="no" onload="reSizeToImage();doTitle();self.focus()">')
    else writeln('</head><body bgcolor=000000 scroll="no" onload="reSizeToImage();doTitle();self.focus()" onblur="self.close()">');
    writeln('<img name="George" src='+imageURL+' style="display:block"></body></html>');
    close();
    }}
		


// Preload and play audio files with event handler (MouseOver sound)
// designed by JavaScript Archive, (c)1999
// Get more free javascripts at http://jsarchive.8m.com

var aySound = new Array();
// Below: source for sound files to be preloaded
aySound[0] = "Images/BestFit.wav";

// DO NOT edit below this line
document.write('<BGSOUND ID="auIEContainer">')
IE = (navigator.appVersion.indexOf("MSIE")!=-1 && document.all)? 1:0;
NS = (navigator.appName=="Netscape" && navigator.plugins["LiveAudio"])? 1:0;
ver4 = IE||NS? 1:0;
onload=auPreload;

function auPreload() {
if (!ver4) return;
if (NS) auEmb = new Layer(0,window);
else {
Str = "<DIV ID='auEmb' STYLE='position:absolute;'></DIV>";
document.body.insertAdjacentHTML("BeforeEnd",Str);
}
var Str = '';
for (i=0;i<aySound.length;i++)
Str += "<EMBED SRC='"+aySound[i]+"' AUTOSTART='FALSE' HIDDEN='TRUE'>"
if (IE) auEmb.innerHTML = Str;
else {
auEmb.document.open();
auEmb.document.write(Str);
auEmb.document.close();
}
auCon = IE? document.all.auIEContainer:auEmb;
auCon.control = auCtrl;
}
function auCtrl(whSound,play) {
if (IE) this.src = play? aySound[whSound]:'';
else eval("this.document.embeds[whSound]." + (play? "play()":"stop()"))
}
function playSound(whSound) { if (window.auCon) auCon.control(whSound,true); }
function stopSound(whSound) { if (window.auCon) auCon.control(whSound,false); }


-->