


function SwapBubbleTail(){
bubbleTail = document.getElementById("speechBubbleTail");
bubbleTail.style.backgroundImage == "url(elements/speechBubbleTailOver.gif)"?
bubbleTail.style.backgroundImage = "url(elements/speechBubbleTail.gif)":
bubbleTail.style.backgroundImage = "url(elements/speechBubbleTailOver.gif)";
}



var dropDown;

// Global variables associated with main nav.
var delay1;
var delay2;
var delay3;
var delay4;
var delay5;
var delay6;


// Universal Show & Hold functions.
// Use for any MAIN drop menu by passing ID of drop-down & Global delay variable number.

function ShowMenu(id,delayNumber){
		 clearTimeout(delayNumber);
		 dropDown = document.getElementById(id);
		 dropDown.style.display = "block";}
		 

function HoldMenu(id,delayNumber){
		 clearTimeout(delayNumber);
		 dropDown = document.getElementById(id);
		 dropDown.style.display = "block";}
		 

// These functions stall the disappearance of the MAIN navigation dropdowns by 100 milliseconds.
		 
function StallHiding1(){
		 delay1 = setTimeout("HideMenu1()",100);}
		 
function StallHiding2(){
		 delay2 = setTimeout("HideMenu2()",100);}
		 
function StallHiding3(){
		 delay3 = setTimeout("HideMenu3()",100);}
		 
function StallHiding4(){
		 delay4 = setTimeout("HideMenu4()",100);}
		 
function StallHiding5(){
		 delay5 = setTimeout("HideMenu5()",100);}
		 
function StallHiding6(){
		 delay6 = setTimeout("HideMenu6()",100);}		 
		 
function StallHiding7(){
		 delay7 = setTimeout("HideMenu7()",100);}		 
		 
function StallHiding8(){
		 delay8 = setTimeout("HideMenu8()",100);}		
		 
function StallHiding9(){
		 delay9 = setTimeout("HideMenu9()",100);}				
		 
function StallHiding10(){
		 delay10 = setTimeout("HideMenu10()",100);}				 
	
function StallHiding11(){
		 delay11 = setTimeout("HideMenu11()",100);}		 		

// Functions for hiding MAIN navigation drop-downs.		 
		 
function HideMenu1(){
		 clearTimeout(delay1);
		 dropDown = document.getElementById("subNew");
		 dropDown.style.display = "none";
}

function HideMenu2(){
		 clearTimeout(delay2);
		 dropDown = document.getElementById("subAbout");
		 dropDown.style.display = "none";
}

function HideMenu3(){
		 clearTimeout(delay3);
		 dropDown = document.getElementById("subWhy");
		 dropDown.style.display = "none";
}

function HideMenu4(){
		 clearTimeout(delay4);
		 dropDown = document.getElementById("subExtended");
		 dropDown.style.display = "none";
}
		 
function HideMenu5(){
		 clearTimeout(delay5);
		 dropDown = document.getElementById("subDemo");
		 dropDown.style.display = "none";
}		 

function HideMenu6(){
		 clearTimeout(delay6);
		 dropDown = document.getElementById("subSignup");
		 dropDown.style.display = "none";
}

function HideMenu7(){
		 clearTimeout(delay7);
		 dropDown = document.getElementById("subSupport");
		 dropDown.style.display = "none";
}

function HideMenu8(){
		 clearTimeout(delay8);
		 dropDown = document.getElementById("subSupport");
		 dropDown.style.display = "none";
}

function HideMenu9(){
		 clearTimeout(delay9);
		 dropDown = document.getElementById("subSupport");
		 dropDown.style.display = "none";
}

function HideMenu10(){
		 clearTimeout(delay10);
		 dropDown = document.getElementById("subSupport");
		 dropDown.style.display = "none";
}

function HideMenu11(){
		 clearTimeout(delay11);
		 dropDown = document.getElementById("subSupport");
		 dropDown.style.display = "none";
}

// Globals for left nav.
var stall1;
var stall2;
var stall3;
var stall4;
var stall5;
var stall6;
var stall7;
var stall8;
var stall9;
var stall10;
var stall11;



// Universal Show & Hold functions.
// Use for any LEFT drop menu by passing ID of drop-down & Global delay variable number.

function ShowLeftMenu(id,stallNumber){
		 clearTimeout(stallNumber);
		 dropDown = document.getElementById(id);
		 dropDown.style.display = "block";}
		 

function HoldLeftMenu(id,stallNumber){
		 clearTimeout(stallNumber);
		 dropDown = document.getElementById(id);
		 dropDown.style.display = "block";}
		
		 
		 
// These functions stall the disappearance of the LEFT navigation dropdowns by 100 milliseconds.

function StallLeftHiding1(){
		 stall1 = setTimeout("HideLeftMenu1()",100);}	

function StallLeftHiding2(){
		 stall2 = setTimeout("HideLeftMenu2()",100);}	

function StallLeftHiding3(){
		 stall3 = setTimeout("HideLeftMenu3()",100);}	

function StallLeftHiding4(){
		 stall4 = setTimeout("HideLeftMenu4()",100);}	
		 
function StallLeftHiding5(){
		 stall5 = setTimeout("HideLeftMenu5()",100);}			 
		 
function StallLeftHiding6(){
		 stall6 = setTimeout("HideLeftMenu6()",100);}		 
		 
function StallLeftHiding7(){
		 stall7 = setTimeout("HideLeftMenu7()",100);}		 		 

function StallLeftHiding8(){
		 stall8 = setTimeout("HideLeftMenu8()",100);}		
		 
function StallLeftHiding9(){
		 stall9 = setTimeout("HideLeftMenu9()",100);}		
		 
function StallLeftHiding10(){
		 stall10 = setTimeout("HideLeftMenu10()",100);}				 

function StallLeftHiding11(){
		 stall11 = setTimeout("HideLeftMenu11()",100);}		

// Functions for hiding LEFT navigation drop-downs.		

function HideLeftMenu1(){
		 clearTimeout(stall1);
		 dropDown = document.getElementById("flyOutList1");
		 dropDown.style.display = "none";
}	

function HideLeftMenu2(){
		 clearTimeout(stall2);
		 dropDown = document.getElementById("flyOutList2");
		 dropDown.style.display = "none";
}	

function HideLeftMenu3(){
		 clearTimeout(stall3);
		 dropDown = document.getElementById("flyOutList3");
		 dropDown.style.display = "none";
}

function HideLeftMenu4(){
		 clearTimeout(stall4);
		 dropDown = document.getElementById("flyOutList4");
		 dropDown.style.display = "none";
}	
 
function HideLeftMenu5(){
		 clearTimeout(stall5);
		 dropDown = document.getElementById("flyOutList5");
		 dropDown.style.display = "none";
}	
  
function HideLeftMenu6(){
		 clearTimeout(stall6);
		 dropDown = document.getElementById("flyOutList6");
		 dropDown.style.display = "none";
}		 

function HideLeftMenu7(){
		 clearTimeout(stall7);
		 dropDown = document.getElementById("flyOutList7");
		 dropDown.style.display = "none";
}	

function HideLeftMenu8(){
		 clearTimeout(stall8);
		 dropDown = document.getElementById("flyOutList8");
		 dropDown.style.display = "none";
}	

function HideLeftMenu9(){
		 clearTimeout(stall9);
		 dropDown = document.getElementById("flyOutList9");
		 dropDown.style.display = "none";
}	

function HideLeftMenu10(){
		 clearTimeout(stall10);
		 dropDown = document.getElementById("flyOutList10");
		 dropDown.style.display = "none";
}	

function HideLeftMenu11(){
		 clearTimeout(stall11);
		 dropDown = document.getElementById("flyOutList11");
		 dropDown.style.display = "none";
}	
