function Popup(page,name,width,height){OpenWin=this.open(page,name,"width="+width+",height="+height+",toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes");OpenWin.focus()};function Question(url,question){if(confirm(question)==true){remote=window.open("","_self");remote.location.href=url}};function mark_driver_favorite(){};function toggleDisplay(id,toggle){var obj=document.getElementById(id),display;if(obj){if(toggle==1||(toggle=='undefined'&&obj.style.display=='none'))obj.style.display='';else obj.style.display='none'}};function setCookie(cookieName,cookieValue,nDays){var today=new Date();var expire=new Date();if(nDays==null||nDays==0)nDays=1;expire.setTime(today.getTime()+3600000*24*nDays);document.cookie=cookieName+"="+escape(cookieValue)+";expires="+expire.toGMTString()+"; path=/"};function closeAlertBar(hash){toggleDisplay('alertbar');setCookie('RacingWestHideAlertBar',hash,10)};