<!--

function moveMouth()
{
	showLayer(getLayer('weavmouth'));
	setTimeout("mouthMovin()",200);
 }

function mouthMovin(){
	hideLayer(getLayer('weavmouth'));
	setTimeout("mouthMovin2()",200);
}

function mouthMovin2(){
	showLayer(getLayer('weavmouth'));
	setTimeout("mouthMovin3()",200);
 }

function mouthMovin3(){
	hideLayer(getLayer('weavmouth'));
	setTimeout("mouthMovin4()",200);
}

function mouthMovin4(){
	showLayer(getLayer('weavmouth'));
	setTimeout("mouthMovin5()",200);
 }

function mouthMovin5(){
	hideLayer(getLayer('weavmouth'));
	setTimeout("mouthMovin6()",200);
}

function mouthMovin6(){
	showLayer(getLayer('weavmouth'));
	setTimeout("mouthMovin7()",200);
 }

function mouthMovin7(){
	hideLayer(getLayer('weavmouth'));
}


function moveGator()
{
	hideLayer(getLayer('gator'));
	showLayer(getLayer('gator1'));
	setTimeout("gatorMovin()",60);
 }

function gatorMovin(){
	hideLayer(getLayer('gator1'));
	showLayer(getLayer('gator2'));
	setTimeout("gatorMovin2()",60);
}

function gatorMovin2(){
	hideLayer(getLayer('gator2'));
	showLayer(getLayer('gator3'));
	setTimeout("gatorMovin3()",60);
}

function gatorMovin3(){
	hideLayer(getLayer('gator3'));
	showLayer(getLayer('gator4'));
	setTimeout("gatorMovin4()",60);
}

function gatorMovin4(){
	hideLayer(getLayer('gator4'));
	showLayer(getLayer('gator5'));
	setTimeout("gatorMovin5()",60);
}

function gatorMovin5(){
	hideLayer(getLayer('gator5'));
	showLayer(getLayer('gator6'));
	setTimeout("gatorMovin6()",60);
}

function gatorMovin6(){
	hideLayer(getLayer('gator6'));
	showLayer(getLayer('gator7'));
	setTimeout("gatorMovin7()",60);
}

function gatorMovin7(){
	hideLayer(getLayer('gator7'));
	showLayer(getLayer('gator8'));
	setTimeout("gatorMovin8()",60);
}

function gatorMovin8(){
	hideLayer(getLayer('gator8'));
	showLayer(getLayer('gator9'));
	setTimeout("gatorMovin9()",60);
}

function gatorMovin9(){
	hideLayer(getLayer('gator9'));
	showLayer(getLayer('gator'));
}

function skullAni(){

	showLayer(getLayer('skull'));
	setTimeout("skullMovin()",80);
 }

function skullMovin(){
	hideLayer(getLayer('skull'));
	showLayer(getLayer('skull2'));
	setTimeout("skullMovin2()",80);
}

function skullMovin2(){
	hideLayer(getLayer('skull2'));
	showLayer(getLayer('skull'));
	setTimeout("skullMovin3()",80);
 }

function skullMovin3(){
	hideLayer(getLayer('skull'));
	showLayer(getLayer('skull2'));
	setTimeout("skullMovin4()",80);
}

function skullMovin4(){
	hideLayer(getLayer('skull2'));
	showLayer(getLayer('skull'));
	setTimeout("skullMovin5()",80);
 }

function skullMovin5(){
	hideLayer(getLayer('skull'));
	showLayer(getLayer('skull2'));
	setTimeout("skullMovin6()",80);
}

function skullMovin6(){
	hideLayer(getLayer('skull2'));
	showLayer(getLayer('skull'));
	setTimeout("skullMovin7()",80);
 }

function skullMovin7(){
	hideLayer(getLayer('skull'));
}


function bubblesAni(){

	showLayer(getLayer('bubbles'));
	setTimeout("bubblesMovin()",80);
 }

function bubblesMovin(){
	hideLayer(getLayer('bubbles'));
	showLayer(getLayer('bubbles2'));
	setTimeout("bubblesMovin2()",80);
}

function bubblesMovin2(){
	hideLayer(getLayer('bubbles2'));
	setTimeout("bubblesMovin3()",80);
 }

function bubblesMovin3(){
	showLayer(getLayer('bubbles'));
	setTimeout("bubblesMovin4()",80);
}

function bubblesMovin4(){
	hideLayer(getLayer('bubbles'));
	showLayer(getLayer('bubbles2'));
	setTimeout("bubblesMovin5()",80);
 }

function bubblesMovin5(){
	hideLayer(getLayer('bubbles2'));
	setTimeout("bubblesMovin6()",80);
}

function bubblesMovin6(){
	showLayer(getLayer('bubbles'));
	setTimeout("bubblesMovin7()",80);
}

function bubblesMovin7(){
	hideLayer(getLayer('bubbles'));
	showLayer(getLayer('bubbles2'));
	setTimeout("bubblesMovin8()",80);
 }

function bubblesMovin8(){
	hideLayer(getLayer('bubbles2'));
}
// -->
