﻿//CyberGallery slide show functions v2.0
//Enter the optional URL, the Name / ID and the Path/imageName to each line.
//You must enter a width and height for media files. Images don't use these values.
//See the first function line below as an example.
function CGImages_1() { CGurl = ""; CGcap = "dunes"; CGwidth = ""; CGheight = ""; CGduration = ""; return "CyberGallery_Folder/images/dunes_L.jpg"; }
function CGImages_2() { CGurl = ""; CGcap = ""; CGwidth = ""; CGheight = ""; CGduration = ""; return ""; }
function CGImages_3() { CGurl = ""; CGcap = ""; CGwidth = ""; CGheight = ""; CGduration = ""; return ""; }
function CGImages_4() { CGurl = ""; CGcap = ""; CGwidth = ""; CGheight = ""; CGduration = ""; return ""; }
function CGImages_5() { CGurl = ""; CGcap = ""; CGwidth = ""; CGheight = ""; CGduration = ""; return ""; }
function CGImages_6() { CGurl = ""; CGcap = ""; CGwidth = ""; CGheight = ""; CGduration = ""; return ""; }
function CGImages_7() { CGurl = ""; CGcap = ""; CGwidth = ""; CGheight = ""; CGduration = ""; return ""; }
function CGImages_8() { CGurl = ""; CGcap = ""; CGwidth = ""; CGheight = ""; CGduration = ""; return ""; }
function CGImages_9() { CGurl = ""; CGcap = ""; CGwidth = ""; CGheight = ""; CGduration = ""; return ""; }
function CGImages_10() { CGurl = ""; CGcap = ""; CGwidth = ""; CGheight = ""; CGduration = ""; return ""; }
//The returned value in the last function line must be "<end>".
function CGImages_11() { CGurl = ""; CGcap = ""; CGwidth = ""; CGheight = ""; CGduration = ""; return "<end>"; }

