///////////////////////////////////////////////////////////////////////
// print Script
///////////////////////////////////////////////////////////////////////
function showBtn(){
	if(document.getElementById || document.layers){
		document.write('<a href="javascript:printPage();"><img src="/common/images/print_btn.gif" alt="PRINT THIS PAGE" width="109" height="18" border="0" /></a>');
	}else{
		document.write('&nbsp;');
	}
}

function printPage(){
	if(document.getElementById || document.layers){
		window.print();
	}
}
