function pdf(url){
window.open(url, "pdfdocument", "width=650,height=550,top=10,left=10,Xscreen=10,Yscreen=10,scrollbars=no,resizable=yes");
}