function getId(id)
{
	try{return document.getElementById(id)}catch(e){};
}
