function fnremove(arg,val)	{
	if (arg.value == '') {arg.value = val}
}
function fnshow(arg,val)	{
	if (arg.value == val) {arg.value = ''}
}

