// JavaScript Document
//_images/super_spit_services/super_spit_main_pic.jpg

function ccHPImageSwap01() {
	document.getElementById("main_image").style.backgroundImage="url('_images/super_spit_services/super_spit_main_pic.jpg')";
	document.getElementById("global_overlay").innerHTML="<h1>On The Spit... Over The Coals</h1>";
}

function ccHPImageSwap02() {
	document.getElementById("main_image").style.backgroundImage="url('_images/home_page/refreshments_big.jpg')";
	document.getElementById("global_overlay").innerHTML="<h1>Bar service</h1>";
}

function ccHPImageSwap03() {
	document.getElementById("main_image").style.backgroundImage="url('_images/home_page/staff_hiring_big.jpg')";
	document.getElementById("global_overlay").innerHTML="<h1>Staff Hiring</h1>";
}

function ccHPImageSwap04() {
	document.getElementById("main_image").style.backgroundImage="url('_images/home_page/buffets_big.jpg')";
	document.getElementById("global_overlay").innerHTML="<h1>Buffets, For All Occasions</h1>";
}

function ccHPImageRestore() {
	document.getElementById("main_image").style.backgroundImage="url('_images/home_page/main_image_home.jpg')";
	document.getElementById("global_overlay").innerHTML="<h1>May We Tickle Your Fancy By Entering Our World</h1>"
}

