function swapIn(objTD,objColor) {
	objTD.style.backgroundColor = objColor;
}
function swapOut(objTD,objColor) {
	objTD.style.backgroundColor = objColor;
}
function ValidateForm(){
	formobj=document.mailform;
	if (formobj.txtname.value == "") {
		alert("Please fill in your name");
		formobj.txtname.focus();
		return false;
	}
	if (formobj.txtemail.value == "") {
		alert("The Email Address cannot be blank");
		formobj.txtemail.focus();
		formobj.txtemail.blur();
		formobj.txtemail.select();
		return false;
	}
	if (formobj.txtcomments.value == ""){
		alert("Please leave a message");
		formobj.txtcomments.focus();
		return false;
	}
}
function Zoom(imgName,imgWidth,imgHeight)
{
	zoomWindow = window.open('', 'zoomWin', 'width='+imgWidth+',height='+imgHeight+'top=10,left=5,toolbar=0,menubar=0,location=0,scrollbars=0')
	zoomWindow.document.write("<html><head><title>Loading Image, Please Wait...<\/title><\/head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 text='",imgWidth,imgHeight,"'><center><a href='#' onClick =javascript:window.close()><img src='",imgName,"' alt='Click to Close' border='0'><\/a><\/center><\/body><\/html>")
	zoomWindow.focus()
	zoomWindow.window.resizeTo(imgWidth+8, imgHeight+29);
	zoomWindow.document.title = " M o t o r c y c l i s t ..............................................................................................................................................................................................."
}
window.defaultStatus = 'gpz1000rx.co.uk';
