/* these variables are for the navigation system.

xPos, yPos, zIndex are for the positioning of either the div or layer tag

navHref and hrefExt help build the <a> tags

imgName, imgSrc, imgAlt, imgWidth, and imgHeight all relate to attributes of the image tag

imgDir is for setting the image path.

*/

navxPos = new Array (224, 291, 369, 433, 517);
navyPos = 16;
zIndex = new Array (3, 2, 1);
navHref = new Array ("about", "contact", "products", "employment", "support");
hrefExt = ".htm";
navimgName = new Array ("nav_1", "nav_2", "nav_3", "nav_4", "nav_5");
navimgSrc = new Array ("nav_1", "nav_2", "nav_3", "nav_4", "nav_5");
navimgAlt = new Array ('About Us', 'Contact Us', 'Products', 'Employment', 'Support');
navimgWidth = new Array (54, 62, 51, 72, 49);
navimgHeight = "16";


/*
These next variables are for the framework.js script
They control the placement of the logo, background, thinline, and content layers
The variables and the frameworks script are the same approach as the navigation and in some cases share some of the variables set in the scripts.js script
*/

layerId = new Array ("background", "logo", "thinline", "content")

if ((fileName == "index") || (fileName == "")) {
	xPosLayer = new Array (0, 0, 164, 161);
} else {
	xPosLayer = new Array (0, 0, 164, 161);
}

if ((fileName == "index") || (fileName == "")) {
	yPosLayer = new Array (0, 0, 36, 230);
} else {
	yPosLayer = new Array (0, 0, 36, 65);
}

layerImgName = new Array ("background", "logo", "thinline", "");
layerImgSrc = new Array ("bg_img", "logo", "thin_line", "");
layerImgAlt = new Array ("Background Image", "SoftStart", "thin line", "");
layerImgWidth = new Array (737, 118, 478, 488);
layerImgHeight = new Array (392, 101, 1, 104);
