function print(){
var oWin=window.open("","_blank");
oWin.document.write(document.getElementById("printcontent").innerHTML);
oWin.focus();
oWin.document.close();
oWin.print();
oWin.close();
}
function print(){
var oWin=window.open("","_blank");
oWin.document.write(document.getElementById("printcontent").innerHTML);
oWin.focus();
oWin.document.close();
oWin.print();
oWin.close();
}