var wind = window.open("", 'newwindow', 'height=700, width=1000, top=100, left=100, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=n o, status=no');
var style = wind.document.createElement("style");
style.type = "text/css";
style.appendChild(wind.document.createTextNode(
"table,table tr th, table tr td { border:1px solid #666666;border-collapse: collapse; } \
table {width: 100%;margin-bottom: 60px; }"));
wind.document.getElementsByTagName("head")[0].appendChild(style);
wind.document.body.innerHTML = $('#divFormMuti').html();
wind.print();