function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function printPage(){
	if (navigator.appVersion.indexOf('MSIE 4.') > -1){
		document.writeln('<img border="0" src="images/spacer.gif" width="25" height="19">');
	}else{
		document.writeln('<a href="#" onClick="window.print();return false"><img alt="Print This Document" border="0" src="images/printer.gif" width="25" height="19"></a>');
	}
}