window.onload= function () {
if (top.location != self.location) { //判断是否为子窗口
parent.window.hideBlock();
document.getElementById("Table").rows[0].style.display = "none";
// document.getElementById("Table").rows[1].style.display = "none";
}
else{}
}