// GLOBAL VARIABLES
// This sets the initial state of a form's submission to be
// true.  This will be set to false when a user cancels a 
// confirm window.

function popup_window (url, params) 
{
	tafWindow = window.open(url, 'popup', params)
}

