// aimsGenericResource.js
/*
*  JavaScript resource file for ArcIMS HTML Viewer Generic Sample
*		arrays containing display text
* 		This file can be swapped out with appropriate language translation
* 		This file only provides resources for aimsGeneric.js - other files will 
*		require translation.
*/

var ServiceName = new Array();
ServiceName[0] = "uspga050_2008";
ServiceName[1] = "uspga250_2008";
ServiceName[2] = "us1hz050_2008";
ServiceName[3] = "us1hz250_2008";
ServiceName[4] = "us5hz050_2008";
ServiceName[5] = "us5hz250_2008";

var theAcetateTitle = new Array();
theAcetateTitle[0] = "Peak Horizontal Acceleration with 10% Probability of Exceednace in 50 Years (Preliminary)";
theAcetateTitle[1] = "Peak Horizontal Acceleration with 2% Probability of Exceednace in 50 Years (Preliminary)";
theAcetateTitle[2] = "1.0 Sec Horizontal Acceleration with 10% Probability of Exceednace in 50 Years (Preliminary)";
theAcetateTitle[3] = "1.0 Sec Horizontal Acceleration with 2% Probability of Exceednace in 50 Years (Preliminary)";
theAcetateTitle[4] = "0.2 Sec Horizontal Acceleration with 10% Probability of Exceednace in 50 Years (Preliminary)";
theAcetateTitle[5] = "0.2 Sec Horizontal Acceleration with 2% Probability of Exceednace in 50 Years (Preliminary)";
