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