﻿//StickemUp notice functions v1.0
//********************************************************************************.
//Do not change this variable. It tells CG the captions file is present.
var SUNotices = true;
//********************************************************************************.
//Enter your notices between the single quotes.
//Text lines can contain HTML markup. 
function SUNotice1() { return '<p><span class="newBoxHeading14Dark2">display information and instruction pop-up<font color="red">s</font></span></p><p><font color="gray"><span class="newText12">Post one or more AP Div or Windowed notices like this one. Each one has its own Close pop-up link.</span></font></p><p><font color="gray"><span class="newText12">Pre-design an AP Div notice with any content, or an iFrame that can display several HTML pages. Design a plain text pop-up with different message. Messages are stored in a separate file and are displayed when different links are clicked. Define text styles like Headings, Sub-heads and body etc. for your notices in the included Style Sheet. Notices can also have user defined rounded corners and drop shadows. <a href="demosQT/StickemUp.mov" target="_blank">Demo.</a></span></font></p><p><font color="gray"><span class="newText12">The windowed text notes can be placed in the center or in either corner of the user’s screen. The note background can be any color. Text can be small, medium or large, or you can use the included Style Sheet to set the text properties. Notes can be any size, and open as plain windows without window chrome. Text is entered as one line of text. Notes can be manually or automatically closed using an auto-closet timer.</span></font></p><p><font color="gray"><span class="newText12">Note:<br />Rounded corners and drop shadows are supported in the latest browser versions - FireFox 3.6+, IE10, .Safari 4+. Chrome 2+ Opera 11.10.</span></font></p><p><font color="gray"><span class="newText12"><a href="menu5.html#SU">Go to Shopping Cart page</a></span></font></p>'; }
function SUNotice2() { return '<p align="left"><span class="newBoxHeading14Dark2">There are three main files to every actionscafé Behavior.</span></p><p align="left"><span class="newBoxHeading14Dark2">One is the HTM user interface page with a Form in it. This page appears as the Behaviors options palette when you double click the Behavior.</span></p><p align="left"><span class="newBoxHeading14Dark2">The other two are text files. These are NOT executable files and contain lines of plain ASCII Javascript text. They are simply instructions to Dreamweaver and browsers on how to execute the Behavior.</span></p><p align="left"><span class="newBoxHeading14Dark2">Some Behaviors come with additional Javascript support files, and are used in the same way.</span></p>' }
function SUNotice3() { return ''; }
function SUNotice4() { return ''; }
//End of notices.

