callbackLayer.Extend (
{
endOpen : function ( ) {
var leftHeight = $("bg_size_content").offsetHeight;
$("mycustomscroll2").style.height =
$("mycustomscroll3").style.height =
leftHeight + 'px';
$("bg_size_2").style.height =
$("bg_size_1").style.height =
(leftHeight) + 30 + 'px';
$("bg_content1").style.visibility =
$("bg_content2").style.visibility =
$("content_body1").style.visibility =
$("content_body2").style.visibility = 'visible';
CSBfleXcroll('mycustomscroll2');
CSBfleXcroll('mycustomscroll3');
},
startClose : function ( ) {
$("bg_content1").style.visibility =
$("bg_content2").style.visibility =
$("content_body1").style.visibility =
$("content_body2").style.visibility = 'hidden';
}
},
true
);
if ( $c_arr('for_flash') ) {
include.js( 'insert_top_players.js' );
reInitPlayers( $c_arr('for_flash') );
}
include.js( 'ajaxLoadTopVote.js' );
setAjaxLink( null, $('mycustomscroll2'));
setAjaxLink( null, $('mycustomscroll3'));