			function menuOver(x) {
				x.style.background='#99ccff';
			}

			function menuOut(x) {
				x.style.background='#ffffff';
			}
			
			 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 OpenContactForm() 
			{
				window.open("general_contact.asp", "contactWindow", "status=0,Width=640px,Height=490px,resizable=0;scrollbars=0");
			}
