<!-- hide from old browsers

var days = new Array();
days[0] = "Sunday";
days[1] = "Monday";
days[2] = "Tuesday";
days[3] = "Wednesday";
days[4] = "Thursday";
days[5] = "Friday";
days[6] = "Saturday";

var months = new Array();
months[0] = "January";
months[1] = "February";
months[2] = "March";
months[3] = "April";
months[4] = "May";
months[5] = "June";
months[6] = "July";
months[7] = "August";
months[8] = "September";
months[9] = "October";
months[10] = "November";
months[11] = "December";


var url="http://www.aycliffefabrications.co.uk"
var title="Aycliffe Fabrications"
function addfave() {
if (document.all)
window.external.AddFavorite(url,title)}



function changeto(highlightcolor){
source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TD")
source=source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor=highlightcolor
}

function changeback(originalcolor){
if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")
return
if (event.toElement!=source)
source.style.backgroundColor=originalcolor
}
function noimage(imgPath) {
	eval(imgPath).src = "/images/noimg-small.jpg";
}

function doSearch() {
	var hello = showModelessDialog("members_search_form.asp",window, "status:no;dialogWidth:300px;dialogHeight:13em")
}
// - end hiding -->

<!-- //hide the script
function checkEmail(strng) {
	var error = "";

	var emailFilter=/^.+@.+\..{2,6}$/;

	if (!(emailFilter.test(strng))) {
		return false;
	}

	var illegalChars= /[\(\)\<\>\,\;\:\\\/\"\[\] ']/

	if (strng.match(illegalChars)) {
		return false;
	}

	return true;
}

function form_validation(theForm)
{

	if(!checkEmail(theForm.F_EMail.value)) {
		 alert("Please enter a valid Email Address");
		theForm.F_EMail.focus();
		 return false;

	}
	
	
	return (true);
}
// end script hiding -->
