/* ********************************************************************** */
/* Javascript functions.
/* ********************************************************************** */

function newWindow(src, desc) {
  window.open(src, desc, "width=890, height=890, menubar=no, toolbar=no, scrolling=no, statusbar=no, resizable=no");
}

function convertMail(user, site, element) {
  $(element).update('<a class="tresc_link" href="mailto:'+user+'@'+site+'?subject=Info z witryny polifarb-debica.pl">'+user+'@'+site+'</a>')
}

function showIndicator(element, path) {
  p = path + "/../images/indicator.gif";
  $(element).update('<p style="text-align: center; margin-top: 10px;"><img src='+p+' /></p>');
}
