// JavaScript Document

/***********************************************
* tc_main.js - Scripts for Tedac Construction Site
***********************************************/

function startTCShow() {
	 go=slideShow('slide_', 1, 2, 10000, 1);
}

function doTest() {
	alert("You're sane");
	crossfade(document.getElementById('before_image'), 'images/before_1.jpg', '2');
}