function openWin(){
    window.open(window.location.href,"printWindow","width=740,height=600, menubar=yes, scrollbars=yes");
}
