<!--
       var imglist = new Array (
      "images/bc_elbows.gif",
      "images/bc_foot.gif",
      "images/bc_hands.gif",
      "images/bc_hipfront.gif",
      "images/bc_knees.gif",
      "images/bc_lback.gif",
      "images/bc_neck.gif",
      "images/bc_pelvis.gif",
      "images/bc_shoulders.gif",
      "images/bc_uback.gif",
      "images/bc_neck_bk.jpg",
      "images/bc_hips_bk.jpg",
      "images/text_elbows.gif",
      "images/text_foot.gif",
      "images/text_hands.gif",
      "images/text_hips.gif",
      "images/text_knees.gif",
      "images/text_lback.gif",
      "images/text_neck.gif",
      "images/text_pelvis.gif",
      "images/text_shoulders.gif",
      "images/text_uback.gif",
      "images/text_neck.gif"                            
       );
       var imgs = new Array();

       var count;
       if (document.images)
        for (count=0; count<imglist.length; count++){
        	imgs[count]=new Image(); imgs[count].src=imglist[count];
        }


function MM_swapImage() { //v1.0
  var i,theObj,j=0,swapArray=new Array,oldArray=document.MM_swapImgData;
  for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
    theObj = eval(MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1])
    if (theObj != null) {
      swapArray[j++] = theObj;
      swapArray[j++] = (oldArray==null || oldArray[j-1]!=theObj)?theObj.src:oldArray[j];
      theObj.src = MM_swapImage.arguments[i+2];
  	} 
  }
  document.MM_swapImgData = swapArray; //used for restore
}
// -->
