<!--
if (document.images) {
creatures_F1 = new Image(114,60); creatures_F1.src = "http://www.creaturesvillage.com/creatures3/images/creatures.jpg";
creatures_F2 = new Image(114,60); creatures_F2.src = "http://www.creaturesvillage.com/creatures3/images/creatures_f2.jpg";
ecology_F1 = new Image(114,44); ecology_F1.src = "http://www.creaturesvillage.com/creatures3/images/ecology.jpg";
ecology_F2 = new Image(114,44); ecology_F2.src = "http://www.creaturesvillage.com/creatures3/images/ecology_f2.jpg";
theship_F1 = new Image(114,40); theship_F1.src = "http://www.creaturesvillage.com/creatures3/images/theship.jpg";
theship_F2 = new Image(114,40); theship_F2.src = "http://www.creaturesvillage.com/creatures3/images/theship_f2.jpg";
order_F1 = new Image(114,43); order_F1.src = "http://www.creaturesvillage.com/creatures3/images/order.jpg";
order_F2 = new Image(114,43); order_F2.src = "http://www.creaturesvillage.com/creatures3/images/order_f2.jpg";
home_F1 = new Image(70,187); home_F1.src = "http://www.creaturesvillage.com/creatures3/images/home.jpg";
home_F2 = new Image(70,187); home_F2.src = "http://www.creaturesvillage.com/creatures3/images/home_f2.jpg";
history_F1 = new Image(114,50); history_F1.src = "http://www.creaturesvillage.com/creatures3/images/history.jpg";
history_F2 = new Image(114,50); history_F2.src = "http://www.creaturesvillage.com/creatures3/images/history_f2.jpg";
science_F1 = new Image(114,41); science_F1.src = "http://www.creaturesvillage.com/creatures3/images/science.jpg";
science_F2 = new Image(114,41); science_F2.src = "http://www.creaturesvillage.com/creatures3/images/science_f2.jpg";
downloads_F1 = new Image(114,49); downloads_F1.src = "http://www.creaturesvillage.com/creatures3/images/downloads.jpg";
downloads_F2 = new Image(114,49); downloads_F2.src = "http://www.creaturesvillage.com/creatures3/images/downloads_f2.jpg";
support_F1 = new Image(114,43); support_F1.src = "http://www.creaturesvillage.com/creatures3/images/support.jpg";
support_F2 = new Image(114,43); support_F2.src = "http://www.creaturesvillage.com/creatures3/images/support_f2.jpg";
quit_F1 = new Image(83,72); quit_F1.src = "http://www.creaturesvillage.com/creatures3/images/quit.jpg";
quit_F2 = new Image(83,72); quit_F2.src = "http://www.creaturesvillage.com/creatures3/images/quit_f2.jpg";
}

/* Function that swaps images. */

function di20(id, newSrc) {
    var theImage = FWFindImage(document, id, 0);
    if (theImage) {
        theImage.src = newSrc;
    }
}

/* Functions that track and set toggle group button states. */

function FWFindImage(doc, name, j) {
    var theImage = false;
    if (doc.images) {
        theImage = doc.images[name];
    }
    if (theImage) {
        return theImage;
    }
    if (doc.layers) {
        for (j = 0; j < doc.layers.length; j++) {
            theImage = FWFindImage(doc.layers[j].document, name, 0);
            if (theImage) {
                return (theImage);
            }
        }
    }
    return (false);
}

// stop hiding -->

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

<!--
function MM_swapImgRestore() { //v2.0
  if (document.MM_swapImgData != null)
    for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)
      document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];
}

function MM_preloadImages() { //v2.0
  if (document.images) {
    var imgFiles = MM_preloadImages.arguments;
    if (document.preloadArray==null) document.preloadArray = new Array();
    var i = document.preloadArray.length;
    with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
      preloadArray[i] = new Image;
      preloadArray[i++].src = imgFiles[j];
  } }
}

function MM_swapImage() { //v2.0
  var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;
  for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
    objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];
    if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||
        (objStr.indexOf('document.all[')   ==0 && document.all   ==null))
      objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);
    obj = eval(objStr);
    if (obj != null) {
      swapArray[j++] = obj;
      swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];
      obj.src = MM_swapImage.arguments[i+2];
  } }
  document.MM_swapImgData = swapArray; //used for restore
}
//-->

<!--hide this script from non-javascript-enabled browsers

function MM2_findObj(n, d) { //v3.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=MM2_findObj(n,d.layers[i].document); return x;
}
/* Functions that swaps images. */
function MM2_swapImage() { //v3.0
  var i,j=0,x,a=MM2_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM2_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM2_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;
}

/* Functions that handle preload. */
function MM2_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=MM2_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];}}
}

// stop hiding -->
