/*  RQNOJ Common Scripts
    This is NOT freeware, all rights reversed by the developers
*/
function $(id) {
	return document.getElementById(id)
}
