function uc(){
	alert('Under contruction!');
}

function gid(obj){
	return document.getElementById(obj);
}
