/**
 * 
 * Javascript library
 * Windows v1.0.0
 * 
 * */

function $(o) {
	return document.getElementById(o);
}
