function goToUrl(url) {
window.open(url);
}
function goToRoot(){
window.location.replace('/');
}
function openScrSh(url) {
window.open(url, '', 'scrollbars=yes,resizable=yes');
}