/*
 *   Max Margin's Mardown Challenge
 *
 *   Copyright © 2002, 2005, Oracle.
 *       All rights reserved.
 *
 *   This software may not be distributed or modified.
 *
 *   Author: brian@maltzan.org, 2002.05.25
 */

//
// will take first form, and submit after seconds input.
//   the user can submit the form manually, before the timer
//    runs out.

function definitions(tag) {
    def = window.open("popups/definitions.php#" + tag, "Definitions",
       "width=250,height=300,toolbars=0,scrollbars=1,location=0,menubars=0,resizable=1");
    def.focus();
    return false;
}

