location.href="/autos/home.shtml?fromprevv";

function topNavMouseOver( id ){
	document.getElementById( id ).className = 'current';
}
		
function topNavMouseOut( id ){
	if( "topnav_" + document.getElementById( "topnav_current" ).value != id )
		document.getElementById( id ).className = '';
}
function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}