<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

var winny;
windowprops = "location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes,left=100,top=50,width=480,height=70";
winny = window.open("/toyota.htm","poppy",windowprops);
try 
{ 
	winny.blur();
}
catch(er)
{
}
this.focus();

//-->