
document.writeln('<script language="javascript" type="text/javascript" src="/_js/emagination_popup.js"></script>');

function openPrinterFriendly(printpage) {

	pathname = location.pathname;

	if (pathname.match(/\.(asp|html?)$/i)) {
		if (printpage == null) {
			printpage = '/printerfriendly.asp?page=' + location.pathname;
			if (location.search!='') {
				printpage += escape('?' + location.search);
			}
		}
	}

	if (printpage != null) {
		var printWindow = openNewWindow(printpage, 'PrintWindow', 640, 480, 'resizable,scrollbars,status');
	}
}//openPrinterFriendly
