// lib.js

function g( id )
{
	return document.getElementById( id );
}


