var topno = Math.floor(Math.random()*1);


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function t05_ovr(cell) {
//     cell.style.backgroundColor='#EAF4FF';   
 cell.style.backgroundImage = 'url(../img/cmn_table_cell2.jpg)';  	
}

function t05_out(cell) {
//     cell.style.backgroundColor='#ffffff';   
 cell.style.backgroundImage = 'url(../img/cmn_table_cell.jpg)';  	
}
