// JavaScript Document

function showManual() {
	var win = window.open("assets/pdf/RFL_Online_Help.pdf");
}
