// directory where content pages are located. Include trailing slash
//var _cPages = 'cPages/';


// flashcontent directory name
var _swfDir = 'flashcontent/';

// xml file directory name
var _xmlDir = 'xml_data/';

// IFRAME width
var iWidth = 740;

// screen width determination for IFRAME width and height
// set the high and low values of to be used for determing when to switch resolutions
var sHeight = 1024;//greater or equal to
var sWidth = 768;//greater or equal to



// path to root for each section.
// its better to leave these as they are unless there is a problem
var rootDir_home = './';
var rootDir_contact = './';
var rootDir_aboutoffice = './../';
var rootDir_facultystaff = './../';
var rootDir_iss = './../';
var rootDir_ea = './../';

// the main pages folder and the department older locations
//warning: the "cPages" and department folders listed  had 
//to be hard coded into the flash, so you cannot change this at this time.

var cpagesDir_home = 'cPages/home/';
var cpagesDir_aboutoffice = 'cPages/about_office/';
var cpagesDir_facultystaff = 'cPages/faculty_staff/';
var cpagesDir_contact = 'cPages/contact/';
var cpagesDir_iss = 'cPages/iss/';
var cpagesDir_ea = 'cPages/ea/';

// name of page in cPages department directory. 
//This is the main content page that will show in the iframe when the page loads
var inline_home = 'inline_main.htm';
var inline_aboutoffice = 'inline_aboutoffice.htm';
var inline_facultystaff = 'inline_facultystaff.htm';
var inline_contact = 'inline_contact.htm';
var inline_iss = 'inline_iss.htm';
var inline_ea = 'inline_ea.htm';

//iframe default heights. Works mostly now for older browsers
var highResHeight_home = '350';
var lowResHeight_home = '350';
var highResHeight_aboutoffice= '350';
var lowResHeight_aboutoffice= '350';
var highResHeight_facultystaff= '350';
var lowResHeight_facultystaff= '350';
var highResHeight_contact= '350';
var lowResHeight_contact= '350';
var highResHeight_iss = '350';
var lowResHeight_iss = '350';
var highResHeight_ea = '350';
var lowResHeight_ea = '350';
