function show(id){
var obj = document.getElementById(id);
	obj.style.display = "";
}
function hide(id){
var obj = document.getElementById(id);
	obj.style.display = "none";
}
window.onload = function () {
	hide('more');
	hide('clos');
	hide('wel');
	show('more');
}

/****/



function mmLoadMenus() {
  if (window.mm_menu_0807012253_0) return;
        window.mm_menu_0807012253_0 = new Menu("root",190,18,"Verdana",9,"#CCCCCC","#000000","#AA0023","#E9E9E9","left","middle",3,0,150,-5,7,true,true,true,3,false,false);
 mm_menu_0807012253_0.addMenuItem("About&nbsp;New&nbsp;Department","window.open('Columbus-New-Car-OH.html', '_top');");
 mm_menu_0807012253_0.addMenuItem("About&nbsp;Pre-Owned&nbsp;Department","window.open('Used-Car-Lancaster-OH.html', '_top');");
  mm_menu_0807012253_0.addMenuItem("About&nbsp;Finance&nbsp;Department","window.open('Car-Finance-Columbus-OH.html', '_top');");
mm_menu_0807012253_0.addMenuItem("About&nbsp;Service&nbsp;&&nbsp;Parts&nbsp;Department","window.open('Car-Service-Parts-Newark-OH.html', '_top');");
   mm_menu_0807012253_0.hideOnMouseOut=true;
   mm_menu_0807012253_0.bgColor='#CCCCCC';
   mm_menu_0807012253_0.menuBorder=0;
   mm_menu_0807012253_0.menuLiteBgColor='#000000';
   mm_menu_0807012253_0.menuBorderBgColor='#FFFFFF';
   
  
mm_menu_0807012253_0.writeMenus();
}