// JavaScript Document
				<!--
					function openFriendlyVersion(where)
					{
						var printerFriendlyPage = "";
						var url = where;
						
						printerFriendlyPage = window.open(url,"FriendlyWindow","location=no,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,width=685,height=600,screenX=10,screenY=10");
						printerFriendlyPage.focus();
					}
				//-->
			