if (document.images) {  // If the image object exists
      // Preload images
popup = new Array();
popup[0] = new Image();
popup[0].src="/images/menu/auto_repair_services_on.gif";
popup[1] = new Image();
popup[1].src="/images/menu/fleet-maintenance_on.gif";
popup[2] = new Image();
popup[2].src="/images/menu/company_profile_on.gif";
popup[3] = new Image();
popup[3].src="/images/menu/faqs_tips_hints_on.gif";
popup[4] = new Image();
popup[4].src="/images/menu/testimonials_on.gif";
popup[5] = new Image();
popup[5].src="/images/menu/map_and_directions_on.gif";
popup[6] = new Image();
popup[6].src="/images/menu/schmid_news_on.gif";
popup[7] = new Image();
popup[7].src="/images/menu/home_on.gif";
popup[8] = new Image();
popup[8].src="/images/menu/affiliations_on.gif";



popoff = new Array();
popoff[0] = new Image();
popoff[0].src="/images/menu/auto-repair-services.gif";
popoff[1] = new Image();
popoff[1].src="/images/menu/fleet-maintenance.gif";
popoff[2] = new Image();
popoff[2].src="/images/menu/company_profile.gif";
popoff[3] = new Image();
popoff[3].src="/images/menu/faqs_tips_hints.gif";
popoff[4] = new Image();
popoff[4].src="/images/menu/testimonials.gif";
popoff[5] = new Image();
popoff[5].src="/images/menu/map_and_directions.gif";
popoff[6] = new Image();
popoff[6].src="/images/menu/schmid_news.gif";
popoff[7] = new Image();
popoff[7].src="/images/menu/home.gif";
popoff[8] = new Image();
popoff[8].src="/images/menu/affiliations.gif";

}

function msover(name, num) 
{	if (document.images) 
	{  // If the image object exists    
       // Preload images
       document[name].src=popup[num].src;
    }
}

function msout(name, num) 
{	if (document.images) 
	{  // If the image object exists    
       // Preload images
       document[name].src=popoff[num].src;
    }
}



function CreateControl(DivID, CLSID, ObjectID, WIDTH, HEIGHT, MOVIE)
{
  var d = document.getElementById(DivID);
  d.innerHTML = '<object classid=' + CLSID + ' id=' + ObjectID + ' width=' + WIDTH + ' height=' + HEIGHT +'> <param name="movie" value=' + MOVIE + '>';
}