var picture_Window_DT2146
function picture_DT2146()
{
if (!picture_Window_DT2146 || picture_Window_DT2146.closed)
	{
	// weapons entry window has not been opened - first invokation
	picture_Window_DT2146 = window.open("picture_DT2146.htm","picture_DT2146","toolbar=no,menubar=no,scrollbars=yes,height=548,width=364")
	}
else
	{
	// picture window is opened somewhere, bring it into focus
	picture_Window_DT2146.focus()
	}
} // end function picture_DT2146

