// Code to print the window which is in focus
// Original:  CodeLifter.com (support@codelifter.com) -->
// Web Site:  http://www.codelifter.com -->

// This script and many more are available free online at -->
// The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}
//  End -->
