function $(id) { return document.getElementById(id); }
function back() { history.go(-1); }
function click(id) { if($(id)){$(id).click();} }