function fncNavigate(argUrl) {
	var newwnd = window.open(argUrl, "preview", "width=650,height=750,scrollbars=no,resizable=no,toolbar=no");
	newwnd.focus();
	return;
}


