function openWin(){
    window.open(window.location.href,"printWindow");
}

