// JavaScript Document by SBRoy VL
function openhelp(url) {
	var newwin = window.open(url, 'help', 'width=430,height=650,scrollbars=yes');
	newwin.focus();
}
