<!--

function openBrWindow(filename)
{
if(! window.infowin)
	{
	infowin = open(filename,"Information","width=450,height=600,scrollbars=yes,dependent=yes, resizable=yes");
	}
else
{
		if(window.infowin.closed)
			{
			infowin = open(filename,"Information","width=450,height=600,scrollbars=yes,dependent=yes, resizable=yes");
			}
		else
			{
			infowin = open(filename,"Information","width=450,height=600,scrollbars=yes,dependent=yes, resizable=yes");
			window.infowin.focus();
			}
} //end else
} //end function 


function openBrWindowWide(filename)
{
if(! window.infowin)
	{
	infowin = open(filename,"Information","width=600,height=600,scrollbars=yes,dependent=yes, resizable=yes");
	}
else
{
		if(window.infowin.closed)
			{
			infowin = open(filename,"Information","width=600,height=600,scrollbars=yes,dependent=yes, resizable=yes");
			}
		else
			{
			infowin = open(filename,"Information","width=600,height=600,scrollbars=yes,dependent=yes, resizable=yes");
			window.infowin.focus();
			}
} //end else
} //end function 
//-->

function openBrWindowXWide(filename)
{
if(! window.infowin)
	{
	infowin = open(filename,"Information","width=800,height=800,scrollbars=yes,dependent=yes, resizable=yes");
	}
else
{
		if(window.infowin.closed)
			{
			infowin = open(filename,"Information","width=800,height=800,scrollbars=yes,dependent=yes, resizable=yes");
			}
		else
			{
			infowin = open(filename,"Information","width=800,height=800,scrollbars=yes,dependent=yes, resizable=yes");
			window.infowin.focus();
			}
} //end else
} //end function 
//-->