// JavaScript Document
/*
 *	$Id: lateload.js 11 2010-12-09 21:57:29Z Esben $
 */

function lLoad(idN, vall){
	 document.getElementById(idN).innerHTML=vall;
	 document.write;
	}
function JW_getObj(obj){	
	this.el= document.getElementById(obj);
	stii=this.el.getBoundingClientRect();
	o10H=stii.bottom-stii.top;
	this.height=o10H;	
	return this;
}
