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

function openUrl(strUrl)
{
	window.open(strUrl);
	return false
}


