﻿//CyberGallery Caption functions v2.0
var CGcaptions = true;
//This line is the default copyright cut line that is displayed with each image. Enter your own default text.
function CGCaption_default() { return "This material is Copyright © 2008.<br>by Walter Blady Art & Design"; }
//Enter the name of the thumbnail immediately following the underscore, 
//then add your HTML text between the double quotes.
function CGCaption_lake() { return "Mountain lakes.<br>A view across the lake to Mount Whosits"; }
function CGCaption_() { return ""; }
function CGCaption_() { return ""; }
function CGCaption_() { return ""; }
function CGCaption_() { return ""; }
function CGCaption_() { return ""; }
function CGCaption_() { return ""; }
function CGCaption_() { return ""; }
function CGCaption_() { return ""; }
function CGCaption_() { return ""; }
//End of captions
//************************************************************************************************.
//Enter your zip notices between the double quotes.
//Text lines can contain HTML tags. 
function CGzip1() { return "This is a Zip Notice.<br>The text for all notices are <br>stored in the CGCaptions.js file.<br>You can display up to five different notices."; }
function CGzip2() { return ""; }
function CGzip3() { return ""; }
function CGzip4() { return ""; }
function CGzip5() { return ""; }
//End of zip notices

