///////////////////////////////////////////////////////////////////////////////
//                                                                           //
// Korax Inc.
// Copyright (c) 1998-2000
//                                                                           //
///////////////////////////////////////////////////////////////////////////////

// Show help window
//
function helpup(HelpIndex) {

	window.open("http://dev.whitleysworld.com/adm/help/?id=" + HelpIndex,"","width=400,Height=425,scrollbars=yes,titlebar=no");

}

