function showHelpWindow() {

	window.open("help.html","_blank","toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width=555, height=550");

}