<!--
function popWin(theURL,winWidth,winHeight,showLocation,showMenu,scrollWin,resizeWin) {
	window.location = theURL;
}

function launchIt(theStr) {
	popWin(theStr);
}

function launchSite() {
	launchIt('intro.htm');
}
// -->

