<!-- hide from old browsers

function animatedObject(elementName,loop,speed,steps,endRoutines,route){
  this.elementName = elementName;
  this.loop = loop;
  this.speed = speed;
  this.steps = steps;
  this.frameIndex = 0;
  this.endRoutines = endRoutines;
  this.route = route.split(',');
  this.animate = animateObject;
  this.move = moveObject;
  this.show = showObject;
  this.hide = hideObject;

  animatedObjects[elementName] = this;
}

function stopTimeline(timelineNumber){
   animationTime[timelineNumber] = animationTimeline[timelineNumber].length;
}

function startTimeline(timelineNumber) {
  animationTime[timelineNumber] = 0;
  timelineController(timelineNumber);
}

function timelineController(timelineNumber) {
    if (animationTime[timelineNumber] <= animationTimeline[timelineNumber].length - 1) {
      animationTime[timelineNumber]++;
        if (animationTimeline[timelineNumber][animationTime[timelineNumber]] != null){
          eval(animationTimeline[timelineNumber][animationTime[timelineNumber]]);
        }
        setTimeout('timelineController(' + timelineNumber + ')', 100);
    }
}

function showObject(){
  eval(layerObj + '["' + this.elementName + '"]' + styleObj + '.visibility = "visible"');
}
        
function hideObject(){
  eval(layerObj + '["' + this.elementName + '"]' + styleObj + '.visibility = "hidden"');
}
  

function moveObject(left, top){
  eval(layerObj + '["' + this.elementName + '"]' + styleObj + '.top = top');
  eval(layerObj + '["' + this.elementName + '"]' + styleObj + '.left = left');
}

function animateObject(){
    if (this.route.length > 4 && this.frameIndex < this.route.length)  {
      this.move(this.route[this.frameIndex], this.route[this.frameIndex + 1]);
      this.frameIndex += 2;
      setTimeout('animatedObjects["' + this.elementName + '"].animate()', this.speed);
    }
    else if (this.route.length == 4 && this.frameIndex <= this.steps) {
      this.move(parseInt(this.route[0]) + (this.frameIndex * ((parseInt(this.route[2]) - parseInt(this.route[0])) / this.steps)), parseInt(this.route[1]) + (this.frameIndex * ((parseInt(this.route[3]) - parseInt(this.route[1])) / this.steps)));
      this.frameIndex++;
      setTimeout('animatedObjects["' + this.elementName + '"].animate()', this.speed);         
    }
    else {
      eval(this.endRoutines + "");
      this.frameIndex = 0;
        if (this.loop == "yes"){
          this.animate();
        }
    }
}


function initAnimation() {
  layerObj = (isNS) ? 'document' : 'document.all';
  styleObj = (isNS) ? '' : '.style';
  animationTime = new Array();
  animationTimeline = new Array();
  animatedObjects = new Object();
  
 Waiting = new animatedObject('waitscr','no',0,0,'null','0,0,0,0');
  Lg1 = new animatedObject('Logo', 'no', 10, 40, 'null', '740,05,-20,05');
  Mwc = new animatedObject('Mwcom','no',10,50,'null','166,600,166,30');   
  Ti1 = new animatedObject('Title', 'no', 40, 60, 'null', '405,408,405,408'); 
  Int = new animatedObject('Intro', 'no', 40, 60, 'null', '405,408,405,408');   
  logoAA = new animatedObject('logoA', 'no', 10, 40, 'null', '740,05,-20,05');
  MontageU = new animatedObject('Montage','no',10,50,'null','166,600,166,30');   
  InsertAA = new animatedObject('InsertA', 'no', 40, 60, 'null', '405,408,405,408');
  ViolinB = new animatedObject('Violin', 'yes', 60, 90, 'null', '408,400,440,-160');
  EyeD = new animatedObject('Eye', 'no', 0, 20, 'null', '414,312,414,312');
  Pullout0 = new animatedObject('Menu0', 'no', 10, 10, 'null', '-300,360,-35,360');
  Actout2 = new animatedObject('Sun', 'no', 80, 125, 'null', '70,70,70,363');
  N1 = new animatedObject('Nav1', 'no', 10, 10, 'null', '-40,0,-40,0');

  animationTimeline[0] = new Array();

  animationTimeline[0][01] = 'Int.hide();Ti1.hide();Mwc.hide();Lg1.hide();logoAA.show(); logoAA.animate();Actout2.show();'
  animationTimeline[0][15] = 'MontageU.show();MontageU.animate();'
  animationTimeline[0][60] = 'Actout2.animate();'
  animationTimeline[0][80] = 'InsertAA.show();InsertAA.animate();'
  animationTimeline[0][70] = 'EyeD.show();'
  animationTimeline[0][90] = 'EyeD.hide();'
  animationTimeline[0][120] = 'EyeD.show();Pullout0.show();Pullout0.animate();ViolinB.show();ViolinB.animate();'
  animationTimeline[0][150] = 'EyeD.hide();'
  animationTimeline[0][170] = 'N1.show();'
 
startTimeline(0);
Waiting.hide();
}

function initAnimationB() {
  layerObj = (isNS) ? 'document' : 'document.all';
  styleObj = (isNS) ? '' : '.style';
  animationTime = new Array();
  animationTimeline = new Array();
  animatedObjects = new Object();
  
 Waiting = new animatedObject('waitscr','no',0,0,'null','0,0,0,0');
  logoAA = new animatedObject('logoA', 'no', 45, 75, 'null', '-30,05,1200,05');
  logoBB = new animatedObject('logoB', 'no', 45, 75, 'null', '-30,05,1200,05');
  logoDD = new animatedObject('logoD', 'no', 45, 75, 'null', '-30,05,1200,05');
  MontageU = new animatedObject('Montage','no',40,70,'null','166,30,1200,30');   
  LinkBB = new animatedObject('LinkB', 'no', 40, 50, 'null', '-1150,0,-5,0');
  LinkDD = new animatedObject('LinkD', 'no', 40, 40, 'null', '-20,230,255,222');
  InsertAA = new animatedObject('InsertA', 'no', 40, 70, 'null', '405,408,405,408');
  ViolinB = new animatedObject('Violin', 'no', 80, 120, 'null', '408,400,440,-200');
  EyeD = new animatedObject('Eye', 'no', 0, 20, 'null', '414,312,414,312');
  EyeM = new animatedObject('EyeMO', 'no', 0, 20, 'null', '414,312,414,312');
  Pullout0 = new animatedObject('Menu0', 'no', 40, 40, 'null', '-300,360,-35,360');
  PulloutA = new animatedObject('Menu1', 'no', 40, 40, 'null', '-300,360,-35,360');
  PulloutB = new animatedObject('Menu2', 'no', 40, 40, 'null', '-300,360,-35,360');
  PulloutC = new animatedObject('Menu3', 'no', 40, 40, 'null', '-300,360,-35,360');
  PulloutD = new animatedObject('Menu4', 'no', 40, 40, 'null', '-300,360,-35,360');
  PulloutE = new animatedObject('Menu5', 'no', 40, 40, 'null', '-300,360,-35,360');
  PulloutF = new animatedObject('Menu6', 'no', 10, 10, 'null', '-300,360,-35,360');
  Pullout1 = new animatedObject('Snow', 'no', 40, 40, 'null', '-240,60,-27,60');
  Pullout2 = new animatedObject('Ocean', 'no', 20, 20, 'null', '-340,190,-40,190');
  Pullout3 = new animatedObject('Orbit', 'yes', 80, 80, 'null', '-260,60,-40,60');
  Pullout4 = new animatedObject('elMATT1', 'no', 30, 30, 'null', '518,30,-215,30');
  Space3S = new animatedObject('Space3', 'no', 40, 40, 'null', '180,60,180,60');
  Actout5 = new animatedObject('Sman', 'yes', 120, 120, 'null', '250,60,-200,118');
  Actout1 = new animatedObject('Skier1', 'yes', 40, 100, 'null', '-310,-50,250,220');
  Actout2 = new animatedObject('Sun', 'yes', 80, 150, 'null', '90,56,90,240');
  Actout3 = new animatedObject('Boat', 'yes', 80, 150, 'null', '-82,134,255,134');
  Actout4 = new animatedObject('Sky', 'no', 20, 20, 'null', '-340,115,-40,115');
  Space1S = new animatedObject('Space1', 'no', 40, 40, 'null', '670,280,500,34');
  Space2L = new animatedObject('Space2', 'no', 40, 40, 'null', '-40,50,-40,50');
  AppletA = new animatedObject('Applet1', 'no', 40, 40, 'null', '271,51,271,51');
  InsertS = new animatedObject('Shuttle', 'yes', 80, 120, 'null', '670,280,500,34');
  InsertD = new animatedObject('Dome', 'no', 40, 60, 'null', '412,288,412,176');
  InsertC = new animatedObject('DomeC', 'no', 40, 40, 'null', '670,280,500,34');
  JavaL = new animatedObject('OceanJava', 'no', 20, 20, 'null', '-40,202,-40,202');
  Dolp = new animatedObject('Dolphin', 'no', 10, 50, 'null', '-120,240,900,240');
  N1 = new animatedObject('Nav1', 'no', 10, 10, 'null', '-40,0,-40,0');

  animationTimeline[0] = new Array();

  animationTimeline[0][01] = 'N1.hide();logoDD.hide();logoBB.show();EyeD.hide(); InsertAA.hide();LinkBB.hide();AppletA.hide();InsertS.hide();InsertD.hide();InsertC.hide();ViolinB.hide();JavaL.hide();PulloutD.hide();PulloutF.hide();'
  animationTimeline[0][60] = 'logoBB.animate();'
  animationTimeline[0][02] = 'MontageU.show();MontageU.animate();PulloutC.hide();Dolp.hide();'
  animationTimeline[0][50] = 'Pullout4.hide();Pullout2.hide();Actout2.hide();Actout3.hide();Actout4.hide();Space1S.hide();Space2L.hide();Actout5.hide();Pullout3.hide();Space3S.hide();'
  animationTimeline[0][80] = 'LinkBB.show();LinkBB.animate();Dolp.show();Dolp.animate();'
  animationTimeline[0][120] = 'LinkDD.show();LinkDD.animate();MontageU.hide();Dolp.hide();logoBB.hide();'
 
startTimeline(0);

}

function initAnimationC() {
  layerObj = (isNS) ? 'document' : 'document.all';
  styleObj = (isNS) ? '' : '.style';
  animationTime = new Array();
  animationTimeline = new Array();
  animatedObjects = new Object();
  
  logoAA = new animatedObject('logoA', 'no', 25, 65, 'null', '740,05,-30,05');
  MontageU = new animatedObject('Montage','no',30,70,'null','166,600,166,30');   
  LinkBB = new animatedObject('LinkB', 'no', 40, 50, 'null', '-740,300,-740,0');
  LinkDD = new animatedObject('LinkD', 'no', 40, 40, 'null', '-20,230,265,230');
  InsertAA = new animatedObject('InsertA', 'no', 40, 60, 'null', '405,408,405,408');
  ViolinB = new animatedObject('Violin', 'yes', 80, 120, 'null', '408,400,440,-200');
  EyeD = new animatedObject('Eye', 'no', 0, 20, 'null', '414,312,414,312');
  EyeM = new animatedObject('EyeMO', 'no', 0, 20, 'null', '414,312,414,312');
  Pullout0 = new animatedObject('Menu0', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutA = new animatedObject('Menu1', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutB = new animatedObject('Menu2', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutC = new animatedObject('Menu3', 'no', 10, 10, 'null', '-300,360,-35,360');
  Pullout1 = new animatedObject('Snow', 'no', 40, 40, 'null', '-27,60,-240,60');
  Pullout2 = new animatedObject('Ocean', 'no', 20, 20, 'null', '-340,190,-40,190');
  Actout1 = new animatedObject('Skier1', 'yes', 40, 100, 'null', '-310,-50,250,220');
  Actout2 = new animatedObject('Sun', 'yes', 80, 150, 'null', '90,56,90,240');
  Actout3 = new animatedObject('Boat', 'yes', 80, 150, 'null', '-82,134,255,134');
  Actout4 = new animatedObject('Sky', 'no', 20, 20, 'null', '-340,115,-40,115');
  Space1S = new animatedObject('Space1', 'no', 40, 40, 'null', '670,280,500,34');
  Space2L = new animatedObject('Space2', 'no', 40, 40, 'null', '-40,50,-40,50');
  AppletA = new animatedObject('Applet1', 'no', 01, 01, 'null', '271,51,271,51');
  InsertS = new animatedObject('Shuttle', 'yes', 80, 120, 'null', '670,280,500,34');
  InsertD = new animatedObject('Dome', 'no', 30, 60, 'null', '412,288,412,176');
  InsertC = new animatedObject('DomeC', 'no', 40, 40, 'null', '670,280,500,34');
  JavaL = new animatedObject('OceanJava', 'no', 20, 20, 'null', '-40,202,-40,202');
  N1 = new animatedObject('Nav1', 'no', 10, 10, 'null', '-40,0,-40,0');
  N2 = new animatedObject('Nav2', 'no', 10, 18, 'null', '-600,1,-23,1');
  N3 = new animatedObject('Nav3', 'no', 10, 12, 'null', '-38,24,-38,48');
  N4 = new animatedObject('Nav4', 'no', 10, 12, 'null', '-38,24,-38,1');
  OV = new animatedObject('Overlay', 'no', 20, 20, 'null', '-40,0,-40,0');

  animationTimeline[0] = new Array();

  animationTimeline[0][01] = 'N1.hide();OV.show();AppletA.animate();AppletA.show();ViolinB.hide();'
  animationTimeline[0][28] = 'PulloutB.hide();'
  animationTimeline[0][50] = 'OV.hide();PulloutC.show();PulloutC.animate();Pullout1.hide();InsertS.show();InsertS.animate();EyeM.hide();'

 startTimeline(0);
}

function initAnimationD() {
  layerObj = (isNS) ? 'document' : 'document.all';
  styleObj = (isNS) ? '' : '.style';
  animationTime = new Array();
  animationTimeline = new Array();
  animatedObjects = new Object();

  LinkG = new animatedObject('Gulf', 'no', 40, 40, 'null', '635,140,635,140');
  LinkCA = new animatedObject('Calif', 'no', 40, 40, 'null', '-20,230,265,230');
  ViolinB = new animatedObject('Violin', 'yes', 80, 120, 'null', '408,400,440,-200');
  EyeD = new animatedObject('Eye', 'no', 0, 20, 'null', '414,312,414,312');
  EyeM = new animatedObject('EyeMO', 'no', 0, 20, 'null', '414,312,414,312');
  Pullout0 = new animatedObject('Menu0', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutA = new animatedObject('Menu1', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutB = new animatedObject('Menu2', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutC = new animatedObject('Menu3', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutD = new animatedObject('Menu4', 'no', 10, 10, 'null', '-300,360,-35,360');
  Actout1 = new animatedObject('Skier1', 'no', 40, 100, 'null', '-310,-50,250,220');
  Actout2 = new animatedObject('Sun', 'yes', 80, 150, 'null', '90,56,90,240');
  Actout3 = new animatedObject('Boat', 'yes', 80, 150, 'null', '-82,134,255,134');
  InsertD = new animatedObject('Dome', 'no', 30, 40, 'null', '412,288,412,176');
  InsertC = new animatedObject('DomeC', 'no', 40, 40, 'null', '670,280,500,34');
  N1 = new animatedObject('Nav1', 'no', 10, 10, 'null', '-40,0,-40,0');
  OV = new animatedObject('Overlay', 'no', 20, 20, 'null', '-40,0,-40,0');

  animationTimeline[0] = new Array();

  animationTimeline[0][01] = 'N1.hide();OV.show();InsertC.show();Pullout0.hide();LinkG.hide();LinkCA.hide();'
  animationTimeline[0][02] = 'InsertD.show();InsertD.animate();'
  animationTimeline[0][28] = 'PulloutA.hide();EyeD.hide();'
  animationTimeline[0][50] = 'OV.hide();PulloutB.show();PulloutB.animate();EyeM.show();'
  animationTimeline[0][60] = 'N1.show();'

 startTimeline(0);

}

function initAnimationG() {
  layerObj = (isNS) ? 'document' : 'document.all';
  styleObj = (isNS) ? '' : '.style';
  animationTime = new Array();
  animationTimeline = new Array();
  animatedObjects = new Object();
  
  ViolinB = new animatedObject('Violin', 'no', 80, 120, 'null', '408,400,440,-200');
  LinkCA = new animatedObject('Calif', 'no', 40, 40, 'null', '-20,230,265,230');
  PulloutA = new animatedObject('Menu1', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutL = new animatedObject('MenuL', 'no', 10, 10, 'null', '-300,360,-35,360');
  Pullout1 = new animatedObject('Snow', 'no', 20, 20, 'null', '-27,60,-240,60');
  Pullout2 = new animatedObject('Ocean', 'no', 25, 25, 'null', '-340,190,-40,190');
  Actout1 = new animatedObject('Skier1', 'no', 40, 100, 'null', '-310,-50,250,220');
  Actout2 = new animatedObject('Sun', 'yes', 80, 150, 'null', '90,56,90,240');
  Actout3 = new animatedObject('Boat', 'yes', 80, 150, 'null', '-82,134,250,134');
  Actout4 = new animatedObject('Sky', 'no', 25, 25, 'null', '-340,115,-40,115');
  Space2L = new animatedObject('Space2', 'no', 40, 40, 'null', '-40,50,-40,50');
  N2 = new animatedObject('Nav2', 'no', 10, 18, 'null', '-600,1,-23,1');
  N1 = new animatedObject('Nav1', 'no', 10, 10, 'null', '-40,0,-40,0');
  N3 = new animatedObject('Nav3', 'no', 10, 12, 'null', '-38,24,-38,48');
  N4 = new animatedObject('Nav4', 'no', 10, 12, 'null', '-38,24,-38,1');
  OV = new animatedObject('Overlay', 'no', 20, 20, 'null', '-40,0,-40,0');

  animationTimeline[0] = new Array();

  animationTimeline[0][01] = 'N1.hide();OV.show();Pullout1.animate();Actout1.hide();'
  animationTimeline[0][20] = 'Pullout2.show();Pullout2.animate();Actout4.show();Actout4.animate();Space2L.show();'
  animationTimeline[0][60] = 'Actout2.show();Actout2.animate();Actout3.show();Actout3.animate();'
  animationTimeline[0][28] = 'PulloutL.hide();'
  animationTimeline[0][62] = 'OV.hide();PulloutA.show();PulloutA.animate();LinkCA.show()'
  animationTimeline[0][70] = 'N1.show();' 

startTimeline(0);

}

function initAnimationL() {
  layerObj = (isNS) ? 'document' : 'document.all';
  styleObj = (isNS) ? '' : '.style';
  animationTime = new Array();
  animationTimeline = new Array();
  animatedObjects = new Object();
  
  ViolinB = new animatedObject('Violin', 'yes', 80, 120, 'null', '408,400,440,-200');
  PulloutA = new animatedObject('Menu1', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutB = new animatedObject('Menu2', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutC = new animatedObject('Menu3', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutD = new animatedObject('Menu4', 'no', 10, 10, 'null', '-300,360,-35,360');
  Pullout2 = new animatedObject('Ocean', 'no', 20, 20, 'null', '-340,190,-40,190');
  LinkCA = new animatedObject('Calif', 'no', 40, 40, 'null', '-20,230,265,230');
  Actout1 = new animatedObject('Skier1', 'no', 40, 100, 'null', '-310,-50,250,220');
  Actout2 = new animatedObject('Sun', 'no', 80, 150, 'null', '90,56,90,240');
  Actout3 = new animatedObject('Boat', 'yes', 80, 150, 'null', '-82,134,250,134');
  Actout4 = new animatedObject('Sky', 'yes', 20, 20, 'null', '-340,115,-40,115');
  JavaL = new animatedObject('OceanJava', 'no', 20, 20, 'null', '-40,202,-40,202');
  AppletA = new animatedObject('Applet1', 'no', 40, 40, 'null', '271,51,271,51');
  InsertS = new animatedObject('Shuttle', 'no', 80, 120, 'null', '670,280,500,34');
  InsertD = new animatedObject('Dome', 'no', 30, 60, 'null', '412,288,412,176');

  animationTimeline[0] = new Array();

  animationTimeline[0][01] = 'JavaL.show();Pullout0.hide();'

 startTimeline(0);

}


function initAnimationL2() {
  layerObj = (isNS) ? 'document' : 'document.all';
  styleObj = (isNS) ? '' : '.style';
  animationTime = new Array();
  animationTimeline = new Array();
  animatedObjects = new Object();
  
  ViolinB = new animatedObject('Violin', 'yes', 80, 120, 'null', '408,400,440,-200');
  Pullout0 = new animatedObject('Menu0', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutA = new animatedObject('Menu1', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutB = new animatedObject('Menu2', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutC = new animatedObject('Menu3', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutD = new animatedObject('Menu4', 'no', 10, 10, 'null', '-300,360,-35,360');
  Pullout2 = new animatedObject('Ocean', 'no', 20, 20, 'null', '-340,190,-40,190');
  Actout1 = new animatedObject('Skier1', 'yes', 40, 100, 'null', '-310,-50,250,220');
  Actout2 = new animatedObject('Sun', 'yes', 80, 150, 'null', '90,56,90,240');
  Actout3 = new animatedObject('Boat', 'yes', 80, 150, 'null', '-82,134,250,134');
  Actout4 = new animatedObject('Sky', 'no', 20, 20, 'null', '-340,115,-40,115');
  JavaL = new animatedObject('OceanJava', 'no', 20, 20, 'null', '-40,202,-40,202');
  InsertS = new animatedObject('Shuttle', 'yes', 80, 120, 'null', '670,280,500,34');
  InsertD = new animatedObject('Dome', 'no', 30, 60, 'null', '412,288,412,176');
  LinkCA = new animatedObject('Calif', 'no', 40, 40, 'null', '-20,230,265,230');

  animationTimeline[0] = new Array();

  animationTimeline[0][01] = 'JavaL.hide();'

startTimeline(0);

}

function initAnimationOR() {
  layerObj = (isNS) ? 'document' : 'document.all';
  styleObj = (isNS) ? '' : '.style';
  animationTime = new Array();
  animationTimeline = new Array();
  animatedObjects = new Object();
  
  logoAA = new animatedObject('logoA', 'no', 45, 75, 'null', '-30,05,1200,05');
  logoBB = new animatedObject('logoB', 'no', 45, 75, 'null', '-30,05,1200,05');
  ViolinB = new animatedObject('Violin', 'yes', 80, 120, 'null', '408,400,440,-200');
  PulloutC = new animatedObject('Menu3', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutD = new animatedObject('Menu4', 'no', 10, 10, 'null', '-300,360,-35,360');
  Pullout1 = new animatedObject('Snow', 'no', 40, 40, 'null', '-240,60,-27,60');
  Pullout2 = new animatedObject('Ocean', 'no', 20, 20, 'null', '-340,190,-40,190');
  Pullout3 = new animatedObject('Orbit', 'yes', 80, 80, 'null', '-260,70,-40,70');
  Pullout4 = new animatedObject('elMATT1', 'no', 20, 20, 'null', '518,30,-215,30');
  Pullout5 = new animatedObject('Trees', 'no', 25, 25, 'null', '635,55,-135,55');
  Actout1 = new animatedObject('Skier1', 'yes', 40, 100, 'null', '-310,-50,250,220');
  Actout2 = new animatedObject('Sun', 'yes', 80, 150, 'null', '90,56,90,240');
  Actout3 = new animatedObject('Boat', 'yes', 80, 150, 'null', '-82,134,255,134');
  Actout4 = new animatedObject('Sky', 'no', 20, 20, 'null', '-340,115,-40,115');
  Actout5 = new animatedObject('Sman', 'yes', 120, 120, 'null', '250,70,-200,128');
  Space3S = new animatedObject('Space3', 'no', 40, 40, 'null', '180,70,180,70');
  AppletA = new animatedObject('Applet1', 'no', 40, 40, 'null', '271,51,271,51');
  InsertS = new animatedObject('Shuttle', 'yes', 80, 120, 'null', '670,280,500,34');
  JavaL = new animatedObject('OceanJava', 'no', 20, 20, 'null', '-40,202,-40,202');
  N1 = new animatedObject('Nav1', 'no', 10, 10, 'null', '-40,0,-40,0');
  N2 = new animatedObject('Nav2', 'no', 10, 18, 'null', '-600,1,-23,1');
  N3 = new animatedObject('Nav3', 'no', 10, 12, 'null', '-38,24,-38,48');
  N4 = new animatedObject('Nav4', 'no', 10, 12, 'null', '-38,24,-38,1');
  OV = new animatedObject('Overlay', 'no', 20, 20, 'null', '-40,0,-40,0');

  animationTimeline[0] = new Array();

  animationTimeline[0][01] = 'N1.hide();OV.show();Space3S.show();logoBB.show();logoAA.hide();AppletA.hide();Actout2.hide();Actout3.hide();Actout4.hide();Pullout2.hide();JavaL.hide();'
  animationTimeline[0][03] = 'InsertS.hide();Pullout3.show();Pullout3.animate();Actout5.show();Actout5.animate();'
  animationTimeline[0][10] = 'OV.hide();PulloutC.hide();PulloutD.show();PulloutD.animate();Pullout5.show();'

startTimeline(0);

}

function initAnimationS() {
  layerObj = (isNS) ? 'document' : 'document.all';
  styleObj = (isNS) ? '' : '.style';
  animationTime = new Array();
  animationTimeline = new Array();
  animatedObjects = new Object();
  
  LinkG = new animatedObject('Gulf', 'no', 40, 40, 'null', '635,140,635,140');
  InsertAA = new animatedObject('InsertA', 'no', 40, 60, 'null', '405,408,405,408');
  ViolinB = new animatedObject('Violin', 'yes', 80, 120, 'null', '408,400,440,-200');
  Pullout0 = new animatedObject('Menu0', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutL = new animatedObject('MenuL', 'no', 10, 10, 'null', '-300,360,-35,360');
  Pullout1 = new animatedObject('Snow', 'no', 10, 10, 'null', '-240,60,-27,60');
  Space1S = new animatedObject('Space1', 'no', 40, 40, 'null', '670,280,500,34');
  Actout1 = new animatedObject('Skier1', 'yes', 5, 80, 'null', '-310,-50,250,220');
  Actout2 = new animatedObject('Sun', 'yes', 80, 150, 'null', '70,70,70,360');
  Actout3 = new animatedObject('Boat', 'yes', 80, 150, 'null', '-82,134,255,134');
  Dolp = new animatedObject('Dolphin', 'no', 10, 15, 'null', '200,440,200,440');
  N1 = new animatedObject('Nav1', 'no', 10, 10, 'null', '-40,0,-40,0');
  N2 = new animatedObject('Nav2', 'no', 10, 18, 'null', '-600,1,-23,1');
  N3 = new animatedObject('Nav3', 'no', 10, 12, 'null', '-38,24,-38,48');
  N4 = new animatedObject('Nav4', 'no', 10, 12, 'null', '-38,24,-38,1');
  OV = new animatedObject('Overlay', 'no', 20, 20, 'null', '-40,0,-40,0');

  animationTimeline[0] = new Array();

  animationTimeline[0][01] = 'N1.show();OV.show();Actout2.hide();ViolinB.hide();Pullout1.show();Pullout1.animate();InsertAA.hide();'
  animationTimeline[0][15] = 'Actout1.show();Pullout0.hide();'
  animationTimeline[0][06] = 'Space1S.show();Dolp.show();'
  animationTimeline[0][50] = 'Actout1.animate();LinkG.show();PulloutL.show();PulloutL.animate();'
  animationTimeline[0][70] = 'N1.show();OV.hide();' 

startTimeline(0);

}

function initAnimationT() {
  layerObj = (isNS) ? 'document' : 'document.all';
  styleObj = (isNS) ? '' : '.style';
  animationTime = new Array();
  animationTimeline = new Array();
  animatedObjects = new Object();
  
  logoBB = new animatedObject('logoB', 'no', 45, 75, 'null', '-30,05,1200,05');
  logoCC = new animatedObject('logoC', 'no', 45, 75, 'null', '-30,05,1200,05');
  LinkDD = new animatedObject('LinkD', 'no', 40, 40, 'null', '-20,230,255,222');
  ViolinB = new animatedObject('Violin', 'no', 80, 120, 'null', '408,400,440,-200');
  PulloutD = new animatedObject('Menu4', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutE = new animatedObject('Menu5', 'no', 10, 10, 'null', '-300,360,-35,360');
  Pullout2 = new animatedObject('Ocean', 'no', 20, 20, 'null', '-340,190,-40,190');
  Pullout3 = new animatedObject('Orbit', 'no', 80, 80, 'null', '-260,60,-40,60');
  Pullout5 = new animatedObject('Trees', 'no', 25, 25, 'null', '635,55,-130,55');
  Actout1 = new animatedObject('Skier1', 'no', 40, 100, 'null', '-310,-50,250,220');
  Actout2 = new animatedObject('Sun', 'yes', 80, 150, 'null', '90,56,90,240');
  Actout3 = new animatedObject('Boat', 'yes', 80, 150, 'null', '-82,134,255,134');
  Actout4 = new animatedObject('Sky', 'no', 20, 20, 'null', '-340,115,-40,115');
  Actout5 = new animatedObject('Sman', 'no', 120, 120, 'null', '250,60,-200,118');
  InsertS = new animatedObject('Shuttle', 'no', 80, 120, 'null', '670,280,500,34');
  Space3S = new animatedObject('Space3', 'no', 40, 40, 'null', '180,60,180,60');
  N1 = new animatedObject('Nav1', 'no', 10, 10, 'null', '-40,0,-40,0');
  N2 = new animatedObject('Nav2', 'no', 10, 18, 'null', '-600,1,-23,1');
  N3 = new animatedObject('Nav3', 'no', 10, 12, 'null', '-38,24,-38,48');
  N4 = new animatedObject('Nav4', 'no', 10, 12, 'null', '-38,24,-38,1');
  OV = new animatedObject('Overlay', 'no', 20, 20, 'null', '-40,0,-40,0');

  animationTimeline[0] = new Array();

  animationTimeline[0][01] = 'N1.hide();OV.show();logoCC.show();logoBB.hide();Pullout3.hide();Pullout3.animate();Actout5.hide();Space3S.hide();LinkBB.hide();'
  animationTimeline[0][10] = 'Pullout5.show();Pullout5.animate();PulloutD.hide();' 
  animationTimeline[0][40] = 'OV.hide();PulloutE.show();PulloutE.animate();Pullout4.show();' 
  animationTimeline[0][60] = 'N1.show();'

startTimeline(0);

}

function initAnimationW() {
  layerObj = (isNS) ? 'document' : 'document.all';
  styleObj = (isNS) ? '' : '.style';
  animationTime = new Array();
  animationTimeline = new Array();
  animatedObjects = new Object();
  
  logoCC = new animatedObject('logoC', 'no', 45, 75, 'null', '-30,05,1200,05');
  logoDD = new animatedObject('logoD', 'no', 45, 75, 'null', '-30,05,1200,05');
  LinkBB = new animatedObject('LinkB', 'no', 20, 20, 'null', '-750,200,-770,0');
  ViolinB = new animatedObject('Violin', 'no', 80, 120, 'null', '408,400,440,-200');
  PulloutE = new animatedObject('Menu5', 'no', 10, 10, 'null', '-300,360,-35,360');
  PulloutF = new animatedObject('Menu6', 'no', 10, 10, 'null', '-300,360,-35,360');
  Pullout3 = new animatedObject('Orbit', 'no', 80, 80, 'null', '-260,60,-40,60');
  Pullout4 = new animatedObject('elMATT1', 'no', 25, 25, 'null', '518,30,-225,30');
  Pullout5 = new animatedObject('Trees', 'no', 25, 25, 'null', '635,55,-135,55');
  Actout1 = new animatedObject('Skier1', 'no', 40, 100, 'null', '-310,-50,250,220');
  Actout2 = new animatedObject('Sun', 'yes', 80, 150, 'null', '90,56,90,240');
  Actout3 = new animatedObject('Boat', 'yes', 80, 150, 'null', '-82,134,255,134');
  Actout4 = new animatedObject('Sky', 'no', 20, 20, 'null', '-340,115,-40,115');
  Actout5 = new animatedObject('Sman', 'no', 120, 120, 'null', '250,60,-200,118');
  InsertS = new animatedObject('Shuttle', 'no', 80, 120, 'null', '670,280,500,34');
  N1 = new animatedObject('Nav1', 'no', 10, 10, 'null', '-40,0,-40,0');
  N2 = new animatedObject('Nav2', 'no', 10, 18, 'null', '-600,1,-23,1');
  N3 = new animatedObject('Nav3', 'no', 10, 12, 'null', '-38,24,-38,48');
  N4 = new animatedObject('Nav4', 'no', 10, 12, 'null', '-38,24,-38,1');
  OV = new animatedObject('Overlay', 'no', 20, 20, 'null', '-40,0,-40,0');

  animationTimeline[0] = new Array();

  animationTimeline[0][01] = 'N1.hide();OV.show();logoDD.show();logoCC.hide();Pullout5.hide();'
  animationTimeline[0][10] = 'Pullout4.show();Pullout4.animate();PulloutE.hide();' 
  animationTimeline[0][30] = 'OV.hide();PulloutF.show();PulloutF.animate();' 
  animationTimeline[0][80] = 'LinkBB.show();LinkBB.animate();' 

startTimeline(0);

}

function initAnimationNav() {
  layerObj = (isNS) ? 'document' : 'document.all';
  styleObj = (isNS) ? '' : '.style';
  animationTime = new Array();
  animationTimeline = new Array();
  animatedObjects = new Object();
  
  LinkBB = new animatedObject('LinkB', 'no', 40, 50, 'null', '-740,300,-740,0');
  LinkDD = new animatedObject('LinkD', 'no', 40, 40, 'null', '-20,230,265,230');
  ViolinB = new animatedObject('Violin', 'yes', 80, 120, 'null', '408,400,440,-200');
  Pullout0 = new animatedObject('Menu0', 'no', 40, 40, 'null', '-300,360,-35,360');
  PulloutA = new animatedObject('Menu1', 'no', 40, 40, 'null', '-300,360,-35,360');
  PulloutB = new animatedObject('Menu2', 'no', 40, 40, 'null', '-300,360,-35,360');
  PulloutC = new animatedObject('Menu3', 'no', 10, 10, 'null', '-300,360,-35,360');
  Pullout3 = new animatedObject('Orbit', 'yes', 80, 80, 'null', '-260,60,-40,60');
  Actout1 = new animatedObject('Skier1', 'yes', 40, 100, 'null', '-310,-50,250,220');
  Actout2 = new animatedObject('Sun', 'yes', 80, 150, 'null', '90,56,90,240');
  Actout3 = new animatedObject('Boat', 'yes', 80, 150, 'null', '-82,134,255,134');
  Actout5 = new animatedObject('Sman', 'no', 120, 120, 'null', '250,60,-200,118');
  InsertS = new animatedObject('Shuttle', 'yes', 80, 120, 'null', '670,280,500,34');
  N1 = new animatedObject('Nav1', 'no', 10, 10, 'null', '-40,0,-40,0');
  N1A = new animatedObject('Nav1A', 'no', 10, 10, 'null', '-40,0,-40,0');
  N2 = new animatedObject('Nav2', 'no', 10, 18, 'null', '-600,1,-23,1');
  N3 = new animatedObject('Nav3', 'no', 10, 12, 'null', '-38,24,-38,48');
  N4 = new animatedObject('Nav4', 'no', 10, 12, 'null', '-38,24,-38,1');
  NLK1 = new animatedObject('NLink1', 'no', 90, 90, 'null', '-38,2,-38,2');
  OV = new animatedObject('Overlay', 'no', 20, 20, 'null', '-40,0,-40,0');

  animationTimeline[0] = new Array();
  animationTimeline[0][01] = 'OV.show();N2.show();N2.animate();N1A.show();'
  animationTimeline[0][16] = 'N3.show();N3.animate();N4.show();N4.animate();'
  animationTimeline[0][35] = 'NLK1.show();'

startTimeline(0);

}

function initAnimationNavC() {
  layerObj = (isNS) ? 'document' : 'document.all';
  styleObj = (isNS) ? '' : '.style';
  animationTime = new Array();
  animationTimeline = new Array();
  animatedObjects = new Object();
  LinkBB = new animatedObject('LinkB', 'no', 40, 50, 'null', '-740,300,-740,0');
  LinkDD = new animatedObject('LinkD', 'no', 40, 40, 'null', '-20,230,265,230');
  ViolinB = new animatedObject('Violin', 'yes', 80, 120, 'null', '408,400,440,-200');
  Pullout0 = new animatedObject('Menu0', 'no', 40, 40, 'null', '-300,360,-35,360');
  PulloutA = new animatedObject('Menu1', 'no', 40, 40, 'null', '-300,360,-35,360');
  PulloutB = new animatedObject('Menu2', 'no', 40, 40, 'null', '-300,360,-35,360');
  PulloutC = new animatedObject('Menu3', 'no', 10, 10, 'null', '-300,360,-35,360');
  Pullout3 = new animatedObject('Orbit', 'yes', 80, 80, 'null', '-260,60,-40,60');
  Actout1 = new animatedObject('Skier1', 'yes', 40, 100, 'null', '-310,-50,250,220');
  Actout2 = new animatedObject('Sun', 'yes', 80, 150, 'null', '90,56,90,240');
  Actout3 = new animatedObject('Boat', 'yes', 80, 150, 'null', '-82,134,255,134');
  Actout5 = new animatedObject('Sman', 'no', 120, 120, 'null', '250,60,-200,118');
  InsertS = new animatedObject('Shuttle', 'yes', 80, 120, 'null', '670,280,500,34');
  N1 = new animatedObject('Nav1', 'no', 10, 10, 'null', '-40,0,-40,0');
  N1A = new animatedObject('Nav1A', 'no', 10, 10, 'null', '-40,0,-40,0');
  N2 = new animatedObject('Nav2', 'no', 10, 15, 'null', '-23,1,-600,1');
  N3 = new animatedObject('Nav3', 'no', 10, 12, 'null', '-28,48,-28,24');
  N4 = new animatedObject('Nav4', 'no', 10, 12, 'null', '-28,1,-28,24');
  NLK1 = new animatedObject('NLink1', 'no', 90, 90, 'null', '-38,2,-38,2');
  OV = new animatedObject('Overlay', 'no', 20, 20, 'null', '-40,0,-40,0');

  animationTimeline[0] = new Array();
  animationTimeline[0][01] = 'OV.show();N3.show();N3.animate();N4.show();N4.animate();NLK1.hide();'
  animationTimeline[0][12] = 'N2.show();N2.animate();N3.hide();N4.hide();'
  animationTimeline[0][25] = 'N1A.hide();OV.hide();'

startTimeline(0);

}


var layerObj, styleObj, totalTime, currTime;
var animationTime, animationTimeline, animatedObjects;
var bon, boff;

var isNS = (document.layers);
var isDHTML = (document.layers || document.all);

// -->




