function rowOver(s) { s.style.borderColor='#cccccc' }
function rowOut(s) { s.style.borderColor='' }

function menuOver(a) { a.style.backgroundColor='#FFE888' }
function menuOut(a) { a.style.backgroundColor='' }

function selectUserfile(s, dir) {
	window.open("index.php?service=userfiles&nav=selector&target="+s+"&dir="+dir, "selector", "width=700, height=500, scrollbars=yes, toolbar=no, statusbar=no, left=100, top=100")
}

function deselectUserfile(s) {
	document.getElementById(s).value=''
	document.getElementById("spanx"+s).innerHTML="None"
	document.getElementById("imgx"+s).src="../images/spacer.gif"
}