function doit() {
var x = document.getElementById("pdf");
//.document.plugins.whatever
x.click();
x.setActive();
x.focus();
x.print();
}
