<!-- Begin POP-UP SIZES AND OPTIONS CODE


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var close_button 	= "yes"		// GALLERY CLOSE BUTTON ON/OFF
right_click_on		= "yes"		// RIGHT CLICK PROTECTION ON


// OTHER OPTIONS YOU CAN CHANGE


border_color		= "000000"	// PICTURE OUTLINE COLOR
var background_colors	= "311028"	// BACKROUND COLOR OF THE GALLERY POPUP

var view_width 		= 650		// GALLERY POPUP WIDTH
var view_height 	= 475		// GALLERY POPUP HEIGHT

var FAQ_width 		= 400		// FAQ POPUP HEIGHT
var FAQ_height 		= 500		// FAQ POPUP HEIGHT

var scrollbarS 		= "0"		// TURN ON POPUP SCROLLBARS "1" FOR ON "0" FOR OFF
var faqscrollbarS 	= "0"		// TURN ON FAQ SCROLLBARS "1" FOR ON "0" FOR OFF




// COPYRIGHT 2004 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// START POPUP CODE



http://tpgcom.com/Nortel Networks/Desktop Assistant/da.exe
	IDS_FILE	"&File"
		IDS_FILE_NEW			"&New...\tCtrl+N",             
		IDS_FILE_OPEN			"&Open...\tCtrl+O",            
		IDS_FILE_SAVE			"&Save\tCtrl+S",               
		IDS_FILE_SAVEAS			"Save &As",                    
		IDS_FILE_PRINT			"&Print...\tCtrl+P",           
		IDS_FILE_PRINTPREVIEW	"Print Preview",               
		IDS_FILE_MRU_FILE1		"(recently used files)",       
		IDS_APP_EXIT			"E&xit",                       

    IDS_EDIT	"&Edit"
        IDS_EDIT_UNDO			"&Undo\tCtrl+Z",               
        IDS_EDIT_REDO			"Redo\tShift+Ctrl+Z",          
        IDS_EDIT_COPY			"&Copy\tCtrl+C",               
        IDS_EDIT_PASTE			"&Paste\tCtrl+V",              
        IDS_EDIT_CUT			"Cu&t\tCtrl+X",                

    IDS_FORMAT	"F&ormat"
        IDS_FORMAT_FONT			"&Font...",                    
        IDS_FORMAT_TEXTCOLOR	"&Text Colour...",              
        IDS_FORMAT_FILLCOLOR	"F&ill Colour...",              

    IDS_VIEW	"&View"
        IDS_VIEW_TOOLBAR			"&Toolbar",               
        IDS_VIEW_STATUS_BAR		"&Status Bar",                 

    IDS_HELP	"&Help"
        IDS_APP_ABOUT			"&About Business Series Terminals Desktop Assistant v 1.0...", 

// Accelerator
	"C",            ID_EDIT_COPY,           VIRTKEY, CONTROL, NOINVERT
    "N",            ID_FILE_NEW,            VIRTKEY, CONTROL, NOINVERT
    "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL, NOINVERT
    "P",            ID_EDIT_PRINT,          VIRTKEY, CONTROL, NOINVERT
    "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL, NOINVERT
    "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL, NOINVERT
    VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT, NOINVERT
    VK_BACK,        ID_EDIT_REDO,           VIRTKEY, SHIFT, CONTROL, 
                                                    NOINVERT
    VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT, NOINVERT
    VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL, NOINVERT
    VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT, NOINVERT
    VK_TAB,         ID_VIEW_NEXTFIELD,      VIRTKEY, NOINVERT
    VK_TAB,         ID_VIEW_PREVFIELD,      VIRTKEY, SHIFT, NOINVERT
    "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL, NOINVERT
    "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL, NOINVERT
    "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL, NOINVERT
    "Z",            ID_EDIT_REDO,           VIRTKEY, SHIFT, CONTROL, 


//Screen shots, see also attached bitmaps of screens
// The About screen
IDS_ABOUT_CAPTION	"About Business Series Terminals Desktop Assistant v 1.0"
IDS_DA_VERSION      "Business Series Terminals Desktop Assistant v 1.0"
IDS_DA_COPYRIGHT	"Copyright (C) 2000 Nortel Networks"
IDS_OK				"OK"
IDS_BUILD_NO        "Build 20001004"

// The new set dialog
IDS_NEWSET				"New Set"
IDS_CANCEL				"Cancel"

// Preview screen
IDS_PREVIEW_PRINT		"Print..."
IDS_PREVIEW_ZOOMIN		"Zoom In"
IDS_PREVIEW_ZOOMOUT     "Zoom Out"
IDS_PREVIEW_CLOSE	    "Close"

// Information out of the String Table

IDR_MAINFRAME           "Business Series Terminals Desktop Assistant v 1.0"
//AFX_IDS_APP_TITLE       "Business Series Terminals Desktop Assistant v 1.0"
//AFX_IDS_IDLEMESSAGE     "Ready"
//ID_INDICATOR_EXT        "EXT"
ID_INDICATOR_CAPS       "CAP"			// when user hits Caps Lock
ID_INDICATOR_NUM        "NUM"			// when user hits Num Lock
ID_INDICATOR_SCRL       "SCRL"			// when user hits Scroll Lock
//ID_INDICATOR_OVR        "OVR"
//ID_INDICATOR_REC        "REC"
ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
ID_EDIT_CLEAR           "Erase the selection\nErase"
ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
ID_EDIT_FIND            "Find the specified text\nFind"
ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
ID_EDIT_UNDO            "Undo the last action\nUndo"
ID_EDIT_REDO            "Redo the previously undone action\nRedo"
ID_VIEW_TOOLBAR         "Show or hide the toolbar\nToggle ToolBar"
ID_VIEW_STATUS_BAR      "Show or hide the status bar\nToggle StatusBar"
AFX_IDS_SCSIZE          "Change the window size"
AFX_IDS_SCMOVE          "Change the window position"
AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
AFX_IDS_SCRESTORE       "Restore the window to normal size"
AFX_IDS_SCTASKLIST      "Activate Task List"
IDS_XGRAPHICLOAD        "Error loading primary set graphic."
ID_FILE_NEW             "Creates a new document\nNew"
ID_FILE_OPEN            "Opens an existing document\nOpen"
ID_FILE_SAVE            "Saves the document\nSave"
ID_FILE_PRINT           "Prints the document\nPrint"
ID_PREVIEW_ZOOMIN       "Zooms in on the document\nZoom In"
ID_PREVIEW_ZOOMOUT      "Zooms out on the document\nZoom Out"
ID_PREVIEW_CLOSE        "Closes the print preview\nClose Preview"
ID_FILE_SAVEAS          "Saves the document with a new name\nSave As"
ID_FILE_PRINTPREVIEW    "Previews the printed document\nPrint Preview"
ID_STYLE_BOLD           "Makes the selection bold (toggle)\nBold"
ID_STYLE_ITALICS        "Makes the selection italics (toggle)\nItalics"
ID_STYLE_FONTCOLOR      "Formats the text with a colour\nText Color"
ID_STYLE_FILLCOLOR      "Formats the background with a colour\nFill Color"
ID_STYLE_FONTFACENAME   "Changes the font of the selection\nFont"
ID_STYLE_FONTPTSIZE     "Changes the font size of the selection\nFont Size"
IDS_COLORNAME           "Black"
501                     "Dark Blue"
502                     "Green"
503                     "Teal"
504                     "Dark Red"
505                     "Violet"
506                     "Dark Yellow"
507                     "Grey 50%"
508                     "Grey 25%"
509                     "Blue"
510                     "Bright Green"
511                     "Turquoise"
512                     "Red"
513                     "Pink"
514                     "Yellow"
515                     "White"
IDS_XGENTITLE           "Business Series Terminals Desktop Assistant v 1.0 Error"
IDS_FONTFACENAME        "Arial"
IDS_XFAILLOAD           "Failed to open from specified file.  The filename may be invalid, or the data may be corrupted."	// error trying to open a file
IDS_FILTER              "Business Series Terminals Desktop Assistant v 1.0 Files (*.ntl)|*.ntl|"
IDS_CHANGEPROMPT        "Changes have been made to this layout.  Would you like to save the changes before continuing?"		// prompt before saving
IDS_UNTITLED            "Unnamed"										// name of file when File New has been chosen, 
IDS_EXT                 "ntl"
IDS_XFAILSAVE           "Failed to save to specified file."				// error message when trying to save file
IDS_XFAILNEWIMG         "Could not load the specified set image."		// error message when trying to load set
IDS_PRINTFONT           "Arial"
IDS_SETTYPE             "Set Type: "									// set type on Printout
IDS_FILENAME            "File Name: "									// set type on File name
IDS_XPRINTDC            "Failed to create the printer device."			// error message regarding printer


// Strings from project
// CColorSelect::OnPaint()
IDS_CUSTOM		"Custom:"

// CMainFrame::AbortProc()
"Print Error"

// UserSetData::Save, core_da.cpp
"(internal) setLayout not yet defined"

// CChildView
const char* clipboardFormat = "NortelNetworks:DesktopAssistant";



//  End -->