function el(v,o) { 
	return( (typeof(o) == 'object' ? o : document).getElementById(v) ); 
}