<!-- hide from old browsers

function changeto(highlightcolor){
source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TR")
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 checkEmail(strng) {
	var error = "";
	var emailFilter=/^.+@.+\..{2,6}$/;

	if (!(emailFilter.test(strng))) {
		return false;
	}

	var illegalChars= /[\(\)\<\>\,\;\:\\\/\"\[\] ']/

	if (strng.match(illegalChars)) {
		return false;
	}

	return true;
}
// - end hiding -->
<!-- hide from old browsers

var url="http://www.fasterbydesign.co.uk"
var title="Faster By Design: Exclusive Performance and Styling Parts for Bikes"
function addfave() {
if (document.all)
window.external.AddFavorite(url,title)}

// - end hiding -->

<!--
self.name = "main";
function openEnlarge(width, height, imagewidth, imageheight, pic) {
		picWin = open("", "enlargedview", "width=" + width + ",height=" + height + ",toolbar=no,directories=no,status=no,location=no,scrollbars=no,resizable=no,menubar=no");
		picWin.document.open();
		picWin.document.clear();
		picWin.document.writeln("<html><head><title>Faster By Design : Enlarged Image Viewer</TITLE></head><body bgcolor=\"#FFFFFF\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\"><table width=\"100%\" height=\"100%\" cellpadding=0 cellspacing=0 border=0><tr><td valign=\"middle\" align=\"center\"><img src=\"prodhuge/" + pic + "\" width=\"" + imagewidth + "\" height=\"" + imageheight + "\" alt=\"enlarged image\"></td></tr><tr><td align=\"right\" bgcolor=\"#7b7e80\"><a href=\"#\" onClick='self.close()'><img src=\"/images/closebut.gif\" width=\"100\" height=\"20\" border=\"0\" alt=\"close\"></a></td></tr></table></body></html>");
		picWin.document.close();
}

function openEnlargeManuf(width, height, imagewidth, imageheight, pic) {
		picWin = open("", "enlargedview", "width=" + width + ",height=" + height + ",toolbar=no,directories=no,status=no,location=no,scrollbars=no,resizable=no,menubar=no");
		picWin.document.open();
		picWin.document.clear();
		picWin.document.writeln("<html><head><title>Faster By Design : Enlarged Image Viewer</TITLE></head><body bgcolor=\"#FFFFFF\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\"><table width=\"100%\" height=\"100%\" cellpadding=0 cellspacing=0 border=0><tr><td valign=\"middle\" align=\"center\"><img src=\"subcatpics/" + pic + ".jpg\" width=\"" + imagewidth + "\" height=\"" + imageheight + "\" alt=\"enlarged image\"></td></tr><tr><td align=\"right\" bgcolor=\"#7b7e80\"><a href=\"#\" onClick='self.close()'><img src=\"/images/closebut.gif\" width=\"100\" height=\"20\" border=\"0\" alt=\"close\"></a></td></tr></table></body></html>");
		picWin.document.close();
}

var go;
var undefined;

function openWin(width, height, URL) {
	if (go === undefined || go.closed) {
		go = window.open("","popup","toolbar=no,width=" + width + ",height=" + height + ",directories=no,status=no,location=no,scrollbars=no,resizable=no,menubar=no");

		if(go!=null) {
			if(go.opener == null) {
				go.opener = self;
			}
		}
	}

	go.location.href = URL;
}
-->