<!--
function printWindow(){
    Browser = parseInt(navigator.appVersion);
    if(Browser >= 4) window.print();
}
//-->
