function copy( id )
{
	with ( document.getElementById( id ) )
	{
		select();
		focus();
	}
}
