var ids = new Array('a1','a2','a3','a4','a5','a6','a7','a8','a9','a10','a11','a12','a13','a14','a15','a16','a17','a18','a19','a20','a21', 'wait');

function switchid(id){	
	hideallids();
	showdiv(id);
}

function hideallids(){
	for (var i=0;i<ids.length;i++){
		hidediv(ids[i]);
	}		  
}

function hidediv(id) {
	if (document.getElementById) {
		document.getElementById(id).style.display = 'none';
	}
	else {
		if (document.layers) {
			document.id.display = 'none';
		}
		else {
			document.all.id.style.display = 'none';
		}
	}
}

function showdiv(id) {
	if (document.getElementById) {
		document.getElementById(id).style.display = 'block';
	}
	else {
		if (document.layers) {
			document.id.display = 'block';
		}
		else {
			document.all.id.style.display = 'block';
		}
	}
}

function submitForm(formId){
	switchid('wait');
	timer.init(0,15,'container');
  }
  
function career(that) { 
try { 
var pageTracker=_gat._getTracker("UA-69706-18"); 
pageTracker._trackPageview("/career.41q"); 
setTimeout('document.location = "' + that.href + '"', 5) 
}catch(err){} 
} 

function relationship(that) { 
try { 
var pageTracker=_gat._getTracker("UA-69706-18"); 
pageTracker._trackPageview("/relationship.41q"); 
setTimeout('document.location = "' + that.href + '"', 5) 
}catch(err){} 
} 

