Subversion Repositories archerygear

Rev

Rev 8 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 10
Line 23... Line 23...
23
 
23
 
24
    // Scroll to top
24
    // Scroll to top
25
    topFunction();
25
    topFunction();
26
 
26
 
27
    // Change color for active button
27
    // Change color for active button
28
    elmnt.style.backgroundColor = "#666";
28
    elmnt.style.backgroundColor = "#5e5e5e";
29
}
29
}
30
 
30
 
31
function initIframes() {
31
function initIframes() {
32
    var iframeDefer = document.getElementsByTagName('iframe');
32
    var iframeDefer = document.getElementsByTagName('iframe');
33
    for (var i = 0; i < iframeDefer.length; i++) {
33
    for (var i = 0; i < iframeDefer.length; i++) {