function ShowImageWindow(strSetup, strOptions)
{
	window.open(strSetup, "_blank", strOptions);
}
