function print_frag(id) {
 var div;
 div = document.getElementById(id);
 okno = window.open('Print', '', '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.bbszene.de/templates/style_print.css" type="text/css" /></head><body>'+html+'<br /><hr><br />BODYBUILDING SZENE - <u>www.bbszene.de</u><br />Original Artikel: '+ location.href +' <br /><br /></body></html>';

 okno.document.write(html);
 okno.window.alert ('Um zu drucken - Drücken Sie STRG+P!');
 
}


function addtogooglebookmarks() {
var load = window.open ('https://www.google.com/bookmarks/mark?op=add&bkmk='+ window.location.href +'&title='+ document.title +'&annotation=Mehr:www.bbszene.de&labels=Bodybuilding Artikel','','');
//top.window.location.href = 'https://www.google.com/bookmarks/mark?op=add&bkmk='+ window.location.href +'&title='+ document.title +'&annotation=';
}

function print_bbszene_shop(id,id2) {
 var div;
 div = document.getElementById(id);
 div2 = document.getElementById(id2);
 okno = window.open('Print', '', '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+div2.innerHTML;

 html = '<html><head><link rel="stylesheet" href="http://www.bbszene.de/templates/style_print.css" type="text/css" /></head><body>'+html+'<br /><hr><br />BODYBUILDING SZENE - <u>www.bbszene.de</u><br />Original Artikel: '+ location.href +' </body></html>';

 okno.document.write(html);
 okno.window.alert ('Um zu drucken - Drücken Sie STRG+P!');
}

function addtogooglebookmarks() {
var load = window.open ('https://www.google.com/bookmarks/mark?op=add&bkmk='+ window.location.href +'&title='+ document.title +'&annotation=Mehr:www.bbszene.de&labels=Bodybuilding Artikel','','');
//top.window.location.href = 'https://www.google.com/bookmarks/mark?op=add&bkmk='+ window.location.href +'&title='+ document.title +'&annotation=';
}

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";
 }
}

