1 <script src
="<?php echo $CFG->themewww .'/'. current_theme() ?>/js/jquery-latest.pack.js" type
="text/javascript"></script
>
3 <script type
="text/javascript">
4 $
(document
).ready(function() {
9 corrections
: function () {
11 top
.document
.getElementsByTagName('frameset')[0].rows
= "117,30%,0,200";
16 window
.setTimeout(function(){$
('#infowrapper').click();}, 4000);
17 $
('#infowrapper').toggle(function() {
18 $
('#infooverlay').animate({height
: 'toggle'}, "fast");
19 $
(this
).animate({opacity
: 0.3}, "fast");
21 $
('#infooverlay').animate({height
: 'toggle'}, "fast");
22 $
(this
).animate({opacity
: 0.9}, "fast");