function printVersion(img,title,adr)
{
var pv=window.open('../img/pv.html'+'?'+encodeURIComponent(img)+'&'+encodeURIComponent(title)+'&'+encodeURIComponent(adr),'win','resizable,width=400,height=200,screenX=10 ,screenY=10,top=10,left=100')
pv.focus()
return false
}
function print_ip(img,title,adr)
{
var pv=window.open('../img/pv.php'+'?'+encodeURIComponent(img)+'&'+encodeURIComponent(title)+'&'+encodeURIComponent(adr),'win','resizable,width=400,height=200,screenX=10 ,screenY=10,top=10,left=100')
pv.focus()

return false
}
function print_ip1(img,title,adr)
{
var pv=window.open('../img/pv1.php'+'?'+encodeURIComponent(img)+'&'+encodeURIComponent(title)+'&'+encodeURIComponent(adr),'win','resizable,width=400,height=200,screenX=10 ,screenY=10,top=10,left=100')
pv.focus()

return false
}
