function links(page) {
	switch (page) {
		case "contactus":
			document.location = "http://www.gtahotels.com/customercare/feedback.htm";
			break;
		case "companyinfo":
			document.location = "http://www.gtahotels.com/customercare/aboutus.htm";
			break;
		case "affiliates":
			document.location = "http://www.gtahotels.com/affiliates/";
			break;
		case "travelagencies":
			document.location = "http://www.gtahotels.com/ta_index.php";
			break;
		case "privacypolicy":
			document.location = "http://www.gtahotels.com/customercare/privacy.htm";
			break;
		case "testimonials":
			document.location = "http://www.gtahotels.com/customercare/testimonials.htm";
			break;
		case "findhotels":
			document.location = "http://www.gtahotels.com/advanced_search.php";
			break;
		case "specialoffers":
			document.location = "http://www.gtahotels.com/special_offers/";
			break;
		case "mybookings":
			document.location = "http://www.gtahotels.com/customercare/mybookings.htm";
			break;
		case "customercare":
			document.location = "http://www.gtahotels.com/customercare/customercare.htm";
			break;
		case "rebate":
			document.location = "http://www.gtahotels.com/customercare/rebate.htm";
			break;
		case "help":
			document.location = "http://www.gtahotels.com/customercare/userguide.htm";
			break;
		case "groupbooking":
			document.location = "http://www.gtahotels.com/groupbooking.php";
			break;
		case "newsalerts":
			document.location = "http://www.gtahotels.com/hotelnews.php";
			break;
		case "membersignup":
			document.location = "http://www.gtahotels.com/membersignup.php";
			break;
		case "phonenumbers":
			document.location = "http://www.gtahotels.com/telephone_reservation.php";
			break;
		case "priceguarantee":
			document.location = "http://www.gtahotels.com/customercare/priceguarantee.htm";
			break;
		case "callbackrequest":
			document.location = "http://www.gtahotels.com/customercare/callbackrequest.htm";
			break;
		case "hoteliers":
			document.location = "http://www.gtahotels.com/hoteliers.php";
			break;
		case "sitemap":
			document.location = "http://www.gtahotels.com/sitemap/sitemap.html";
			break;
		default:
			document.location = "http://www.gtahotels.com";
			break;
	}
}
function LMN_showhidelayer1(control) {
	if (control == 0)
		layerFarandawayCall_1.style.display='none';		
	else 
		layerFarandawayCall_1.style.display='block';
}
function LMN_showhidelayer2(control) {
	if (control == 0)
		layerFarandawayCall_2.style.display='none';
	else 
		layerFarandawayCall_2.style.display='block';
}
function LMN_showhidelayer3(control) {
	if (control == 0)
		layerFarandawayCall_3.style.display='none';
	else 
		layerFarandawayCall_3.style.display='block';
}
function LMN_showhidelayer4(control) {
	if (control == 0)
		layerFarandawayCall_4.style.display='none';
	else 
		layerFarandawayCall_4.style.display='block';
}
