/********** home page thumbnail boxes **********/function rollover(boxid) {	var tnboxOn = document.getElementById('tn'+boxid);	var tnbtnOn = document.getElementById('btn'+boxid);	tnboxOn.style.background = "#666 url('/images/tourcolumn_round_tl.gif') no-repeat";	tnboxOn.style.color = "#fff";	tnbtnOn.style.background = "#006";}function rollout(boxid) {	var tnboxOn = document.getElementById('tn'+boxid);	var tnbtnOn = document.getElementById('btn'+boxid);	tnboxOn.style.background = "#999 url('/images/tourcolumn_round_tl.gif') no-repeat";	tnboxOn.style.color = "#000";	tnbtnOn.style.background = "#039";}