
// break out of frame
if (window != top) top.location.href = location.href;

function getObject(objID)
{
	if (document.getElementById)
		return(document.getElementById(objID));
	else if (document.all) return(document.all[objID]);
	else return (false);

}

