function printWindow() {
	Browser = parseInt(navigator.appVersion);
	if (Browser >= 4) window.print();
	}
	
/*
alert(document.getElementById('right').style.offsetHeight);
document.getElementById('content').style.height = "2000px";
*/
