// JavaScript Document
// Start Script  inpage ---- on_show.php--------------------------------------------------------------------------------------------------------------------------------------------
function TB1_display(){ document.all.TB1.style.display=''; document.all.TB2.style.display='none'; document.all.TB3.style.display='none'; 
document.all.hotimg11.style.display=''; document.all.hotimg12.style.display='none'; 
document.all.hotimg21.style.display=''; document.all.hotimg22.style.display='none';
document.all.hotimg31.style.display=''; document.all.hotimg32.style.display='none';}

function TB2_display(){ document.all.TB2.style.display=''; document.all.TB1.style.display='none'; document.all.TB3.style.display='none';
document.all.hotimg11.style.display='none'; document.all.hotimg12.style.display=''; 
document.all.hotimg21.style.display='none'; document.all.hotimg22.style.display='';
document.all.hotimg31.style.display=''; document.all.hotimg32.style.display='none'; }

function TB3_display(){ document.all.TB3.style.display=''; document.all.TB2.style.display='none'; document.all.TB1.style.display='none';
document.all.hotimg11.style.display='none'; document.all.hotimg12.style.display=''; 
document.all.hotimg21.style.display=''; document.all.hotimg22.style.display='none';
document.all.hotimg31.style.display='none'; document.all.hotimg32.style.display=''; }
// End Script  inpage ---- on_show.php---------------------------------------------------------------------------------------------------------------------------------------------

function columnist1_display(){ document.all.columnist_line_img1.style.display='none'; document.all.columnist_line_img2.style.display='';document.all.columnist_line_img3.style.display='none'; }
function columnist2_display(){ document.all.columnist_line_img1.style.display=''; document.all.columnist_line_img2.style.display='none';document.all.columnist_line_img3.style.display='none'; }
function columnist3_display(){ document.all.columnist_line_img1.style.display='none'; document.all.columnist_line_img2.style.display='none';document.all.columnist_line_img3.style.display=''; }