//
// Filename:  show_help.js
// Author:    Paul Bearne
// Created:   4 oct 2001
// Updated:   
// Purpose:   Contains show_help function
// Requires:  
// Calls:     -
// Called by: ?
// Comments:  
//


function show_help(help_id)
{
help_window = window.open("/applications/help/show_help.asp?helpid=" + help_id+"", "show_help", "width=500, height=500, left=50, top=50,scrollbars")
help_window.focus()
}
