<!--
function showResults(hrefSource) {
	window.open( hrefSource, 'windResults', 'scrollbars=yes,top=0');
}
function getTested(hrefSource) {
	window.open(hrefSource, 'winOrder', 'width=760,height=' + $(window).height() + ',scrollbars,status,resizable,top=0');
}
function searchPSC(hrefSource) {
	window.open(hrefSource, 'winPSC', 'width=760,height=' + $(window).height() + ',scrollbars,status,resizable,top=0');
}
function ShowSample(sSource) {
	Modalbox.show(sSource, {title: 'Sample Results', width: 760});
}

function ShowHours() {
	Modalbox.show('HolidayHours.php', {title: 'Calling Hours', width: 520});
}
function playMovie() {
	document.getElementById('tstd_movie').style.display='none';
	if (window.sidebar) {
		document.embeds.tstd_movie.src="movies/tSTD_movie_on.swf?redirect=About.php"; // for firefox
	} else {
		document.getElementById('tstd_movie').movie="movies/tSTD_movie_on.swf?redirect=About.php"; // for IR
	}
	document.getElementById('tstd_movie').style.display='';
}
-->

