// JavaScript Document
function marquee_start(obj) {
	obj.scrollAmount = 1;
}
function marquee_stop(obj) {
	obj.scrollAmount = 0;
}	
