Colors = new Array(2);
Colors[0] = "white";
Colors[1] = "yellow";
Tds = new Array(15);
for (i = 0; i < Tds.length; i++) {
	Tds[i] = "td" +i;
}
function TdColor(flag,position) {
document.all.item(Tds[position]).style.backgroundColor = Colors[flag];
}
function OpenWin(WO){NewWin=window.open("","MWindow","width=400,height=400,scrollbars=yes");
NewWin.focus();
NewWin.location.href=WO;
}
function OpenWin2(WO){NewWin=window.open("","MWindow2","width=550,height=200,scrollbars=yes");
NewWin.focus();
NewWin.location.href=WO;
}
function OpenWin3(WO){NewWin=window.open("","MWindow","width=340,height=260,scrollbars=no");
NewWin.focus();
NewWin.location.href=WO;
}

