function printPost(pid,pusername,pwday,pdate,ptime){
var postBody=document.getElementById('Messege'+pid).innerHTML;
postBody=postBody.replace(/<!--(BBvideo|BBaudio)--><script(.*?)<\/script>/gi,'');
var post=window.open('','','scrollbars=1,resizable=0,menubar=0,toolbar=0,status=0,width=650,height=400');
post.document.open('text/html');
post.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><title>ID:'+pid+' - '+document.title+'<\/title><link type="text/css" rel="stylesheet" href="/print/printCSS.css" /><style type="text/css">.'+phide+' {display:none;}</style><\/head><body><div class="PrintBody">');
post.document.write('<div class="PrintConten"><p>Автор: '+pusername+' | Дата: '+pwday+', '+pdate+', '+ptime+'<\/p>'+postBody+'<\/div><p class="PrintChoice">Печатать? <a href="javascript://" onclick="window.print();">Да<\/a> - <a href="javascript://" onclick="window.close();">Нет<\/a><\/p>');
post.document.write('<\/div><div class="PrintGrid"><\/div><\/body><\/html>');
p=post.document.getElementsByTagName('div');
for(i=0;i<p.length;i++){if(p[i].className=='codeMessage'||p[i].className=='quoteMessage'){p[i].style.border='2px inset';p[i].style.maxHeight='100%';p[i].style.overflow='visible';p[i].style.height='auto';}}
post.document.close();
post.moveTo(100,100);}
