Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
phpMyAdmin-3.3.10.5-all-languages
/
js
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/phpMyAdmin-3.3.10.5-all-languages/js/mootools_common.js
/* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Used for replication support * * @version $Id$ */ function divShowHideFunc(ahref, id) { $(ahref).addEvent('click', function() { if ($(id).getStyle('display')=="none") $(id).tween('display', 'block'); else $(id).tween('display', 'none'); }); }