if (document.images)
			{
				map = new Array(); 

				map[0] = new Image();
				map[0].src = "/global/images/cybergolf/USmap_2007.gif";
				map[1] = new Image(); 
				map[1].src = "/global/images/cybergolf/northwest_map_2007.gif";
				map[2] = new Image(); 
				map[2].src = "/global/images/cybergolf/southwest_map_2007.gif";
				map[3] = new Image(); 
				map[3].src = "/global/images/cybergolf/northcentral_map_2007.gif";
				map[4] = new Image(); 
				map[4].src = "/global/images/cybergolf/southcentral_map_2007.gif";
				map[5] = new Image(); 
				map[5].src = "/global/images/cybergolf/greatlakes_map_2007.gif";
				map[6] = new Image(); 
				map[6].src = "/global/images/cybergolf/northeast_map_2007.gif";
				map[7] = new Image(); 
				map[7].src = "/global/images/cybergolf/southeast_map_2007.gif";
				map[8] = new Image(); 
				map[8].src = "/global/images/cybergolf/atlantic_map_2007.gif";

			}

			function newimage(index) 
			{
				document.map.src = map[index].src;
			}


function swapText2007(name)
{
	if (name == 'ecommerce')
		document['ecommerce'].src = "/global/images/cybergolf/2007_btn_eCommerceOn.png";
	else
		document['ecommerce'].src = "/global/images/cybergolf/2007_btn_eCommerce.png";

	if (name == 'website')
		document['website'].src = "/global/images/cybergolf/2007_btn_websiteOn.png";
	else
		document['website'].src = "/global/images/cybergolf/2007_btn_website.png";

	if (name == 'emailmarketing')
		document['emailmarketing'].src = "/global/images/cybergolf/2007_btn_emailmarketingOn.png";
	else
		document['emailmarketing'].src = "/global/images/cybergolf/2007_btn_emailmarketing.png";
		
	switch (name){
		case 'ecommerce':
			theText = "<p><b>What's Included</b>";
			theText += "<p><b>Event Management & Marketing</b><br>"
			theText += "Give your customers the ability to register and pay for tournaments and events online";
			theText += "<p><b>Gift Certificates</b><br>"
			theText += "Sell Gift Certificates, Golf Passes, Lesson Packages and Merchandise easily and securely online";
			theText += "<p><b>Hot Times</b><br>";
			theText += "Sell specified tee times early or later, with Cybergolf it’s up to you";
			break;
		case 'website':
			theText = "<p><b>What's Included</b>";
			theText += "<p><b>Website Design</b><br>";
			theText += "Professional designs that make your golf course dazzle and standout from the rest!";
			theText += "<p><b>Easy Content Management</b><br>";
			theText += "Add unlimited pages and keep your site up to date with Cybergolf’s easy to use content management system.";
			theText += "<p><b>Business Tools</b><br>";
			theText += "Cybergolf provides a suite of revenue-creating tools that are integrated into your website";
			break;
		case 'emailmarketing':
			theText = "<p><b>What's Included</b>";
			theText += "<ul type=square>";
			theText += "<li>Coupons";
			theText += "<li>E-newsletters";
			theText += "<li>Surveys";
			theText += "<li>Professional custom design"; 
			theText += "<li>Easy to learn and use";
			theText += "<li>Database management tools";
			theText += "<li>Stats tracking";
			theText += "<li>Data-collection tools";
			theText += "<li>Birthday and anniversary feature";
			theText += "<li>Training and support";
			theText += "</ul>";
			break;			
	}
	tarEle = document.getElementById('cybergolfBusiness');
	tarEle.innerHTML = theText;							
}


function swapText(name)
{
	if (name == 'ecommerce')
		document['ecommerce'].src = "/global/images/btn_eCommerceOn.gif";
	else
		document['ecommerce'].src = "/global/images/btn_eCommerce.gif";

	if (name == 'website')
		document['website'].src = "/global/images/btn_websiteOn.gif";
	else
		document['website'].src = "/global/images/btn_website.gif";

	if (name == 'emailmarketing')
		document['emailmarketing'].src = "/global/images/btn_emailmarketingOn.gif";
	else
		document['emailmarketing'].src = "/global/images/btn_emailmarketing.gif";
		
	switch (name){
		case 'ecommerce':
			theText = "<p><b>What’s Included</b>";
			theText += "<p><b>Event Management & Marketing</b><br>"
			theText += "Give your customers the ability to register and pay for tournaments and events online";
			theText += "<p><b>Gift Certificates</b><br>"
			theText += "Sell Gift Certificates, Golf Passes, Lesson Packages and Merchandise easily and securely online";
			theText += "<p><b>Hot Times</b><br>";
			theText += "Sell specified tee times early or later, with Cybergolf it’s up to you";
			break;
		case 'website':
			theText = "<p><b>What’s Included</b>";
			theText += "<p><b>Website Design</b><br>";
			theText += "Professional designs that make your golf course dazzle and standout from the rest!";
			theText += "<p><b>Easy Content Management</b><br>";
			theText += "Add unlimited pages and keep your site up to date with Cybergolf’s easy to use content management system.";
			theText += "<p><b>Business Tools</b><br>";
			theText += "Cybergolf provides a suite of revenue-creating tools that are integrated into your website";
			break;
		case 'emailmarketing':
			theText = "<p><b>What’s Included</b>";
			theText += "<ul type=squere>";
			theText += "<li>Coupons";
			theText += "<li>E-newsletters";
			theText += "<li>Surveys";
			theText += "<li>Professional custom design"; 
			theText += "<li>Easy to learn and use";
			theText += "<li>Database management tools";
			theText += "<li>Stats tracking";
			theText += "<li>Data-collection tools";
			theText += "<li>Birthday and anniversary feature";
			theText += "<li>Training and support";
			theText += "</ul>";
			break;			
	}
	tarEle = document.getElementById('cybergolfBusiness');
	tarEle.innerHTML = theText;							
}

function openPopUp(url, w, h){
	open(url, "PopupwWindow","scrollbars=no, toolbar=no, width="+w+", height="+h+", directories=no, menubar=no, left = 200, top = 100");
}

var a = Math.floor(Math.random()*9999999999+1)
var random_number = a;






