function row_over(eRow){
eRow.style.backgroundColor = "#BCB0AC";
eRow.style.cursor = "pointer";
}
function row_out_odd(eRow){
eRow.style.backgroundColor = "#FCF9F8";
eRow.style.cursor = "auto";
}
function row_out_even(eRow){
eRow.style.backgroundColor = "#E9E6E5";
eRow.style.cursor = "auto";
}
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1');");
}
