// Scrolling Marquee
function marqueeScroll() {
  if (navigator.appName == "Microsoft Internet Explorer") {
	document.write('<marquee marginheight="0" marginwidth="0" align=center behaviour=scroll bgcolor="#184d9c" height=1 hspace=0 loop=infinite scrollamount=1 scrolldelay=0 vspace=0 width=200 textsize="2"><a href="http://www.AdvancePitstop.com" target="_top" class="marquee"> For Great Value Car Servicing - Click here</a></marquee>')
  } else  if (navigator.appName == "Netscape"){
	document.write('<img src="../../img/void_uv.gif" height=1 width=200 border=0>')
  }
  else  {
  	document.write('<img src="../../img/void_uv.gif" height=1 width=200 border=0>')
  }
}

function gotoLink() {
	//alert("hello");
	parent.location = document.forms[0].elements[0].options[document.forms[0].elements[0].selectedIndex].value;
}