/**
 *
 */

/**
 * easier access to elements
 **/
function getel(obj_id){
	return document.getElementById(obj_id);
}

