function gebi(divId) {
	return document.getElementById(divId);
}
