﻿/***********************************************
* Advanced Gallery script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice must stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var tickspeed=3000 //ticker speed in miliseconds (2000=2 seconds)
var displaymode="auto" //displaymode ("auto" or "manual"). No need to modify as form at the bottom will control it, unless you wish to remove form.

if (document.getElementById)
{
    document.write('<style type="text/css">\n')
    document.write('.gallerycontent{display:none;}\n')
    document.write('</style>\n')
}

var selectedDiv=0
var totalDivs=0
/*
if (window.addEventListener)
    window.addEventListener("load", startgallery, false)
else if (window.attachEvent)
    window.attachEvent("onload", startgallery)
else if (document.getElementById)
    window.onload=startgallery
*/
