function closeIt(){
            document.getElementById("r1").style.visible="hidden";
            document.getElementById("r1").style.display="none";
            
	return false;
	}
	

function setMARQUEEAttr(select) {
	if (document.all && document.all.myMARQUEE) {
		var choice = select.options[select.selectedIndex].value
		if (choice) {
			document.all.myMARQUEE.setAttribute(select.name, choice)
		}
	}
}