function print_frag(id) {
 var div;
 div = document.getElementById(id);
 okno = window.open('Drukuj', '', 'toolbar=0, location=0, resizable=1, directories=0, status=0, menubar=0, scrollbars=1, height=600, width=700, top=80, left=350');
 var html = div.innerHTML;

 html = '<html><head><link rel="stylesheet" href="http://www.kulturystyka-online.pl/templates/style_print.css" type="text/css" /></head><body>'+html+'<br /><hr><br />KULTURYSTYKA ONLINE - <u>www.kulturystyka-online.pl</u><br />Oryginalny Artukuł: '+ location.href +' </body></html>';

 okno.document.write(html);
 okno.window.alert ('Naci¶nij CTRL+P aby drukować!');

}


function addtogooglebookmarks() {
var load = window.open ('https://www.google.com/bookmarks/mark?op=add&bkmk='+ window.location.href +'&title='+ document.title +'&annotation=KULTURYSTYKA ONLINE&labels=KULTURYSTYKA ONLINE','','');
}


function emailtoafriend() {
if (document.getElementById("emailtoafriend-div").style.display == "inline") 
 {
 document.getElementById('emailtoafriend-div').style.display="none";
 }
 else
 {
 document.getElementById('emailtoafriend-div').style.display="inline";
 }
}

function show_prods() {
if (document.getElementById("shop_prods").style.display == "none") 
 {
 document.getElementById('shop_kat').style.display="none";
 document.getElementById('shop_prods').style.display="inline";
 }
} 
function show_kat() {
if (document.getElementById("shop_kat").style.display == "none") 
 {
 document.getElementById('shop_kat').style.display="inline";
 document.getElementById('shop_prods').style.display="none";

 }
}
