/* Functions to set tutorial topics
 *   09-Jul-2007   tmcnaney   Created to store course/tutorial variables
 *   26-Oct-2007   tmcnaney   Updated for WF4 Tryout                 
 *   20-Nov-2007   tmcnaney   Added showTopics switch for single topic tutorials
 */

//GLOBAL variables
// enter keycodes for navigation
var homekey=104;                   // h
var homekey2=72;                   // H
var nextkey=46;                    // .
var nextkey2=62;                   // gt
var backkey=44;                    // ,
var backkey2=60;                   // lt
// enter keycode for version 
var versionkey=86;                 //V
var versionkey2=118;               //v
// match string in title for finding window
var matchString = "(WF4 Tryout)"

// header titles
var mainTitle = "Pro/ENGINEER"
var subTitle = "Interactive Surface Design Extension";
var tagline = "Semplice. Potente. Collegato."

// global variables set by TB during publish on each page
var courseTitle = "";
var tutorialTitle = "";
var pageTitle = "";

// conditional display of elements
var showTopics = 0;
var showPrintable = 1;
var showEmail=1;
var showForum=1;
var showSurvey=0;

// feedback message fields - hide email from spiders
var subjPrefix="WF4 Tryout";
var toName="proetutorial";
var toDomain="ptc.com";

var surveyURL="";
var surveyWidth = 700;

var forumURL="http://www.ptc.com/forums/viewforum.php?f=22";

var statusText = "Selezionate un argomento";
/*
 * end of variables.js
 */
