function ge(id) {
  return document.getElementById(id);   
}

function my_pict(url) {
  popup('pop_image.php?i='+url,'foto',"width=500,height=400,scrollbars=yes,resizable=yes,status=yes");
} 

function m_polec(template,url) {
  window.open('pop_powiadom.php?l='+template+'&i='+url,'polec','width=425,height=360,left=20,top=10,scrollbars=yes,resizable=yes,status=yes');
} 

function m_cms_druk(template,id) {
  popup('pop_druk.php?l='+template+'&i='+id,'druk');
}

function m_ulubione() {
  window.external.AddFavorite('http://www.gg-consulting.pl', 'www.gg-consulting.pl');
}

function rep(obj, plik){
  obj.src=plik;
} 


