function function1(){
	document.all.myMarquee.stop();
}
function function2(){
	document.all.myMarquee.start();
}
