function openDialogPane(fileName, wH, wW)
{
	window.open(fileName, null, "height=" + wH + ",width=" + wW + "status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
}
