// JavaScript Document
	if (document.images) {
	home_over = new Image
	home_text = new Image
	products_over = new Image 
	products_text = new Image
	blog_over = new Image
	blog_text = new Image
	testimonials_over = new Image
	testimonials_text = new Image
	about_over = new Image
	about_text = new Image
	contact_over = new Image
	contact_text = new Image
	
	home_over.src="http://www.thecupcakecorral.com/images/menu_hover_home.gif"
	home_text.src="http://www.thecupcakecorral.com/images/menu_text_home.gif"
	products_over.src="http://www.thecupcakecorral.com/images/menu_hover_products.gif"
	products_text.src="http://www.thecupcakecorral.com/images/menu_text_products.gif"
	blog_over.src="http://www.thecupcakecorral.com/images/menu_hover_blog.gif"
	blog_text.src="http://www.thecupcakecorral.com/images/menu_text_blog.gif"
	testimonials_over.src="http://www.thecupcakecorral.com/images/menu_hover_testimonials.gif"
	testimonials_text.src="http://www.thecupcakecorral.com/images/menu_text_testimonials.gif"
	about_over.src="http://www.thecupcakecorral.com/images/menu_hover_about.gif"
	about_text.src="http://www.thecupcakecorral.com/images/menu_text_about.gif"
	contact_over.src="http://www.thecupcakecorral.com/images/menu_hover_contact.gif"
	contact_text.src="http://www.thecupcakecorral.com/images/menu_text_contact.gif"
	}
	else {
	home_over = ""
	home_text = ""
	products_over = "" 
	products_text = ""
	blog_over = ""
	blog_text = ""
	testimonials_over = ""
	testimonials_text = ""
	about_over = ""
	about_text = ""
	contact_over = ""
	contact_text = ""
	
	document.home1 = ""
	document.products = ""
	document.blog = ""
	document.testimonials = ""
	document.about = ""
	document.contact = ""
	}
