function showPrintDoc(id){

var w=window.open("","","width=650,height=600,toolbar,menubar,scrollbars");
var d = w.document;

d.location = "default.asp?wci=showPrintableVersion&docID=" + id;
d.close();
}
