<!--
function startScroll(thisIFrame, spd){
	return setInterval(thisIFrame + ".scrollBy(0,2*" + spd +");", 22);
}

function stopScroll(scr){
	clearInterval(scr);
}
//-->

<!--
function popUp(theURL,winName,features) {
	window.open(theURL,winName,features);
}
// -->