// JavaScript Document
function _obj(id)
{
	return document.getElementById(id);
}

function _url(path)
{
	window.location = path;	
}