// JavaScript Document
var el=function(id){
	return document.getElementById(id);
}
