function ChangeServiceBar(Selector){
		textvalues=new Array();
		textvalues[1]="Our products are designed and manufactured to ISO 9001:2000";
		textvalues[2]="Power Jacks service is second to none and includes free technical assistance";
		textvalues[3]="Competitive prices for high quality engineered products";
		textvalues[4]="support is available from a highly trained team of engineers and world-wide distribution network";
		textvalues[5]="Standard or tailored product designs to suit your exact application requirements";
		textvalues[6]="A fully trained team are available to help with your technical and commercial enquiries";
		textvalues[7]="Products can be purchased either direct or through our world-wide distribution network";
		textvalues[8]="Quick and reliable enquiries, orders and deliveries";
		document.getElementById('ServiceBar').innerHTML=textvalues[Selector];
}
function ResetServiceBar(){
	document.getElementById('ServiceBar').innerHTML="Power Jacks Leaders in Linear Motion & Power Transmission Technology";
}

function SubmitMe(){
	document.sitesearch.submit();
}