function changeTDbgS(id,lid){
document.getElementById('P'+id).style.backgroundColor='#5985AA';
document.getElementById('Font'+id).style.color='#FFFFFF';
document.getElementById('Arrow'+id).src="images/LeftArrowS.png";
if (lid==1){
	document.getElementById('bgpic'+id).style.backgroundImage='url(images/LeftBorderbgS.gif)';
	document.getElementById('pic'+id).src="images/spacer.gif";
	}
}
function changeTDbg(id,lid){
document.getElementById('P'+id).style.backgroundColor='';
document.getElementById('Font'+id).style.color='#075986';
document.getElementById('Arrow'+id).src="images/LeftArrow.gif";
if (lid==1){
	document.getElementById('bgpic'+id).style.backgroundImage='url(images/LeftBorderbg.jpg)';
	document.getElementById('pic'+id).src="images/LeftBorderCenter.jpg";
	}
}
function changeSubTDbgS(id){
document.getElementById('SPbg'+id).style.backgroundColor='#F3A100';
}
function changeSubTDbg(id){
document.getElementById('SPbg'+id).style.backgroundColor='#085988';
}

function changeTDbgS2(id,lid){
document.getElementById('P2'+id).style.backgroundColor='#5985AA';
document.getElementById('Font2'+id).style.color='#FFFFFF';
document.getElementById('Arrow2'+id).src="images/LeftArrowS.png";
if (lid==1){
	document.getElementById('bgpic2'+id).style.backgroundImage='url(images/LeftBorderbgS.gif)';
	document.getElementById('pic2'+id).src="images/spacer.gif";
	}
}
function changeTDbg2(id,lid){
document.getElementById('P2'+id).style.backgroundColor='';
document.getElementById('Font2'+id).style.color='#075986';
document.getElementById('Arrow2'+id).src="images/LeftArrow.gif";
if (lid==1){
	document.getElementById('bgpic2'+id).style.backgroundImage='url(images/LeftBorderbg.jpg)';
	document.getElementById('pic2'+id).src="images/LeftBorderCenter.jpg";
	}
}
function SearchAust(){
document.getElementById('Radio1').src="images/RadioS.jpg";
document.getElementById('Radio2').src="images/Radio.jpg";
document.getElementById('SearchType').value='1';
document.form1.action = "results.asp";
document.form1.target='_self';
document.form1.method = "post";
}
function SearchBing(){
document.getElementById('Radio2').src="images/RadioS.jpg";
document.getElementById('Radio1').src="images/Radio.jpg";
document.getElementById('SearchType').value='2';
document.form1.action = "http://www.bing.com/search";
document.form1.method = "get";
document.form1.target='_blank';
}
/*function SearchSubmit(){
SearchType=document.getElementById('SearchType').value;
if (SearchType==2){
qSearch=document.getElementById('search').value;
document.form1.action = "http://www.bing.com/search";
document.form1.method = "get";
document.form1.target='_blank';
}
if (SearchType==1){
document.form1.action = "results.asp";
document.form1.target='_self';
document.form1.method = "post";
}
document.form1.submit();
	}
*/