/*============================================================================*/

/*

This file includes some common js functions.

*/

function openPopUp(thisUrl,thisName,theseParams)
{
	remote = open(thisUrl, thisName, theseParams);
}
