function menuOver(x) {
	x.style.background='#E5E5CC';
}

function menuOut(x) {
	x.style.background='#ffffff';
}


function menuOver2(x) {
	x.style.background='#CCCC99 ';
}

function menuOut2(x) {
	x.style.background='#E5E5CC';
}

 function popup2(x) {
	window.open('TandC.html', 'Pp', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,width=750,height=700,top=0,left=0');
 }
 
 function highlight(x) {
	x.style.border='1px solid #000000';
}

function highlight2(x) {
	x.style.border='1px solid #3399CC';
}
