 <!--
function openWindow(url) {
 var printWindow = window.open(
 url,
 "_blank",
 "toolbar=no,menubar=yes,scrollbars=yes,location=no,status=no,resizable=1"
 );
}
function postShortcut(post_id) {
 document.all.post_shortcut.value = 'http://www.bitkisagligi.net=' + post_id;
 document.all.post_shortcut.createTextRange().execCommand("Copy");
}
// --> 