/**
  * Otvori adresu do noveho tabu
  */
function open_new_tab(href) {
	var load = window.open(href,'_newtab');
}
