function ShowEscapePic (whichpic) { 
	if (document.getElementById) { 
		document.getElementById('escapeplaceholder').src = whichpic.href; 
		return false; 
	} else { 
		return true; 
	} 
}

function ShowDiscoveryPic (whichpic) { 
	if (document.getElementById) { 
		document.getElementById('discoveryplaceholder').src = whichpic.href; 
		return false; 
	} else { 
		return true; 
	} 
}

function ShowHideawayPic (whichpic) { 
	if (document.getElementById) { 
		document.getElementById('hideawayplaceholder').src = whichpic.href; 
		return false; 
	} else { 
		return true; 
	} 
}

function ShowSpringPic (whichpic) { 
	if (document.getElementById) { 
		document.getElementById('springplaceholder').src = whichpic.href; 
		return false; 
	} else { 
		return true; 
	} 
}

function ShowSummerPic (whichpic) { 
	if (document.getElementById) { 
		document.getElementById('summerplaceholder').src = whichpic.href; 
		return false; 
	} else { 
		return true; 
	} 
}

function ShowAutumnPic (whichpic) { 
	if (document.getElementById) { 
		document.getElementById('autumnplaceholder').src = whichpic.href; 
		return false; 
	} else { 
		return true; 
	} 
}

function ShowWinterPic (whichpic) { 
	if (document.getElementById) { 
		document.getElementById('winterplaceholder').src = whichpic.href; 
		return false; 
	} else { 
		return true; 
	} 
}