/* ------------------------------------------------------------------------------------------------
 * This is the DOQQ98 IR Mosaic Javascript for Data.
 * This File contains all the Data for the DOQQMosaic web page and subpages to separate Content from 
 * Code.  Loaded after this file is the DOQQM_Func.js file which contains the functions that help
 * operate the web pages.
 * 
 * This Javascript is called by the GISDOQQMosaic.html file.
 ----------------------------------------------------------------------------------------------- */ 

	// * Non-GIS Frame Title
	// * THe GIS Frame is the Frame work provided by the IT dept. (look and feel)
	// * This is simply a String for which we want to express the first letter.
	subTitle = "USGS Topographic Map Images";
	subTitleD = "USGS Topographic Map Image Download";

	// * Lead in Text by Paragraphs.
	// * An Array of Arrays
	// * The array of paragraphs: each item is the Paragraph "Spen" Designation, and the Paragraph Text.
	openText = new Array(); n=0;
	openText[n++] = ['text3','The NCDOT has merged the USGS 1:24000-scale Topographic Quadrangle Map Images into image files using a grid of the state.  <a href="GISUTMIMosaic_Listing.html?by=Map" border="0"><img style="margin:5px;" align="right" src="/it/gis/graphics/SmallGridMap.jpg" border="0"></a> The grid defined by the NCDOT GIS Unit is the GIS Unit\'s attempt at balancing the number of images covering the state and the size of the image files for storage and download.'];
	openText[n++] = ['text3','These image files may be downloaded from these web pages.  The images are in MrSID format.  Included projection information is in North Carolina State Plane NAD83 feet and includes a MrSID world file (.swd) and ESRI, Inc. image auxiliary file (.aux).'];
	openText[n++] = ['text3','To view the images using your browser, download and install LizardTech <a href="http://www.lizardtech.com/download/dl_options.php?page=plugins">ExpressView Browser Plug-In (MrSID)</a>. <br><span style="font-size:8pt;">(If you are NCDOT, contact your computer support team for assistance.)</span>'];
	openText[n++] = ['text3','<b>Click <a href="http://dotw-xfer01.dot.state.nc.us/gisdot/DOTCatIdx/NCDOTImageIndex.zip">here</a> to download the tile index layer in ESRI shapefile format.</b>'];
	openText[n++] = ['text3','Click on a link below to access the images by county, city, NCDOT division, or using an interactive map.'];

	// * Lead in Text by Paragraphs.
	// * An Array of Arrays
	// * The array of paragraphs: each item is the Paragraph "Spen" Designation, and the Paragraph Text.
	lType = checkURL();
	switch(lType[0][1])
	{	case 'City': byTextA = 'city'; byTextB = 'city name'; break;
		case 'County': byTextA = 'county'; byTextB = 'county name'; break;
		case 'Division': byTextA = 'division'; byTextB = 'division'; break;
		case 'Map': byTextA = 'interactive map'; byTextB = 'grid tile'; break;
		default: byTextA = ''; byTextB = ''; break; }
	openTextListing = new Array(); n=0;
	switch(lType[0][1])
	{	case 'Map': openTextListing[n++] = ['text3','Download the image tiles by ' + byTextA + '.']; break;
		default: openTextListing[n++] = ['text3','Download the image tiles by ' + byTextA + '.  Under each ' + byTextB + ', the grid tiles that fall within that ' + byTextA + ' are listed.  A tile may appear in more than one ' + byTextA + ' when the grid tiles overlap ' + byTextA + ' boundaries.  If you do not want to download all images for a ' + byTextA + ', use the <a href="GISUTMIMosaic_Listing.html?by=Map">interactive map</a> to download specific tile images.']; break; }
	openTextListing[n++] = ['text3','The images are in MrSID format.  Included projection information is in North Carolina State Plane NAD83 feet and includes a MrSID world file (.swd) and ESRI, Inc. image auxiliary file (.aux).'];
	openTextListing[n++] = ['text3','Click <a href="http://dotw-xfer01.dot.state.nc.us/gisdot/DOTCatIdx/NCDOTImageIndex.zip">here</a> to download the tile index layer in ESRI shapefile format.'];
	switch(lType[0][1])
	{	case 'Map': openTextListing[n++] = ['text3','Click on a grid tile below to download that image.']; break;
		default: openTextListing[n++] = ['text3','Click on a grid tile number below to download that image.']; break; }

	// * Lead in Text by Paragraphs.
	// * An Array of Arrays
	// * The array of paragraphs: each item is the Paragraph "Spen" Designation, and the Paragraph Text.
	openTextInfo = new Array(); n=0;
	//openText[n++] = ['text3b','The North Carolina Department of Transportation provides a mosaics of 98 DOQQs'];
	//openText[n++] = ['text3','You can search them in a variety of ways.'];
	//openText[n++] = ['text3','Following a link to a Mosaic image will provide all the information on that particular mosaic.'];

	// * Links Jumping to Associated Pages
	// * An Array of Arrays
	// * The array of Links: each item is link Destination, and the link Text. 3rd Entry (kind of Optional) is a definition of Link
	jLinkText = new Array(); n=0;
	jLinkText[n++] = ['/it/gis/DataDistribution/default.html','Back to Data Distribution',''];
	//jLinkText[n++] = ['GISDOQQMosaic_Listing.html?by=DOQQ','by DOQQ98 quad tile name','alphabetical, listed by the Digital Ortho Quarta Quad'];
	jLinkText[n++] = ['GISUTMIMosaic_Listing.html?by=County','by County name','Grid tile numbers listed alphabetically by county name.  Download images by tile for each county.'];
	jLinkText[n++] = ['GISUTMIMosaic_Listing.html?by=City','by City name','Grid tile numbers listed alphabetically by city name.  Download images by tile for each city.'];
	jLinkText[n++] = ['GISUTMIMosaic_Listing.html?by=Division','by Division','Grid tile numbers listed numerically by NCDOT division.  Download images by tile for each NCDOT division.'];
	jLinkText[n++] = ['GISUTMIMosaic_Listing.html?by=Map','by Interactive Map','Download images by clicking on a tile on an interactive map.'];

	// * Links Jumping to Associated Pages
	// * An Array of Arrays
	// * The array of Links: each item is link Destination, and the link Text. 3rd Entry (kind of Optional) is a definition of Link
	jLinkTextListing = new Array(); n=0;
	jLinkTextListing[n++] = ['/it/gis/DataDistribution/default.html','Back to Data Distribution',''];
	jLinkTextListing[n++] = ['default.html','USGS Topographic Map Image Mosaics',''];
	//jLinkText[n++] = ['GISDOQQMosaic_Listing.html?by=County','by County name','alphabetical, listed by County name'];
	//jLinkText[n++] = ['GISDOQQMosaic_Listing.html?by=City','by City name','alphabetical, listed by City name'];
	//jLinkText[n++] = ['GISDOQQMosaic_Listing.html?by=Division','by Division','numerical, listed by Division'];

	// * Links Jumping to Associated Pages
	// * An Array of Arrays
	// * The array of Links: each item is link Destination, and the link Text. 3rd Entry (kind of Optional) is a definition of Link
	jLinkTextInfo = new Array(); n=0;
	jLinkTextInfo[n++] = ['/it/gis/DataDistribution/default.html','Back to Data Distribution',''];
	jLinkTextInfo[n++] = ['default.html','USGS Topographic Map Image Mosaics',''];
	//jLinkTextInfo[n++] = ['GISDOQQMosaic_Listing.html?by=Map','by Interactive Map','Download images by clicking on a tile on an interactive map.'];
	//jLinkTextInfo[n++] = ['javascript(History.back);','Back',''];
	//jLinkText[n++] = ['GISDOQQMosaic_Listing.html?by=City','by City name','alphabetical, listed by City name'];
	//jLinkText[n++] = ['GISDOQQMosaic_Listing.html?by=Division','by Division','numerical, listed by Division'];

	// * Image Map Polygon Coordinates
	// * An Array of Arrays
	// * The array of Coordinates: each item is:  shape, coords, tile#
	jCoords = new Array(); n=0;
	jCoords[n++] = ['POLY', '292, 24,331, 24,331, 63,292, 63,292, 24', 1];
	jCoords[n++] = ['POLY', '331, 24,370, 24,370, 63,331, 63,331, 24', 2];
	jCoords[n++] = ['POLY', '370, 24,409, 24,409, 63,370, 63,370, 24', 3];
	jCoords[n++] = ['POLY', '409, 24,449, 24,449, 63,409, 63,409, 24', 4];
	jCoords[n++] = ['POLY', '449, 24,488, 24,488, 63,449, 63,449, 24', 5];
	jCoords[n++] = ['POLY', '488, 24,527, 24,527, 63,488, 63,488, 24', 6];
	jCoords[n++] = ['POLY', '527, 24,566, 24,566, 63,527, 63,527, 24', 7];
	jCoords[n++] = ['POLY', '566, 24,605, 24,605, 63,566, 63,566, 24', 8];
	jCoords[n++] = ['POLY', '605, 24,645, 24,645, 63,605, 63,605, 24', 9];
	jCoords[n++] = ['POLY', '645, 24,684, 24,684, 63,645, 63,645, 24', 10];
	jCoords[n++] = ['POLY', '684, 24,723, 24,723, 63,684, 63,684, 24', 11];
	jCoords[n++] = ['POLY', '723, 24,762, 24,762, 63,723, 63,723, 24', 12];
	jCoords[n++] = ['POLY', '762, 24,801, 24,801, 63,762, 63,762, 24', 13];
	jCoords[n++] = ['POLY', '801, 24,841, 24,841, 63,801, 63,801, 24', 14];
	jCoords[n++] = ['POLY', '841, 24,880, 24,880, 63,841, 63,841, 24', 15];
	jCoords[n++] = ['POLY', '880, 24,919, 24,919, 63,880, 63,880, 24', 16];
	jCoords[n++] = ['POLY', '919, 24,958, 24,958, 63,919, 63,919, 24', 17];
	jCoords[n++] = ['POLY', '958, 24,997, 24,997, 63,958, 63,958, 24', 18];
	jCoords[n++] = ['POLY', '997, 24,1037, 24,1037, 63,997, 63,997, 24', 19];
	jCoords[n++] = ['POLY', '213, 63,253, 63,253, 102,213, 102,213, 63', 20];
	jCoords[n++] = ['POLY', '253, 63,292, 63,292, 102,253, 102,253, 63', 21];
	jCoords[n++] = ['POLY', '292, 63,331, 63,331, 102,292, 102,292, 63', 22];
	jCoords[n++] = ['POLY', '331, 63,370, 63,370, 102,331, 102,331, 63', 23];
	jCoords[n++] = ['POLY', '370, 63,409, 63,409, 102,370, 102,370, 63', 24];
	jCoords[n++] = ['POLY', '409, 63,449, 63,449, 102,409, 102,409, 63', 25];
	jCoords[n++] = ['POLY', '449, 63,488, 63,488, 102,449, 102,449, 63', 26];
	jCoords[n++] = ['POLY', '488, 63,527, 63,527, 102,488, 102,488, 63', 27];
	jCoords[n++] = ['POLY', '527, 63,566, 63,566, 102,527, 102,527, 63', 28];
	jCoords[n++] = ['POLY', '566, 63,605, 63,605, 102,566, 102,566, 63', 29];
	jCoords[n++] = ['POLY', '605, 63,645, 63,645, 102,605, 102,605, 63', 30];
	jCoords[n++] = ['POLY', '645, 63,684, 63,684, 102,645, 102,645, 63', 31];
	jCoords[n++] = ['POLY', '684, 63,723, 63,723, 102,684, 102,684, 63', 32];
	jCoords[n++] = ['POLY', '723, 63,762, 63,762, 102,723, 102,723, 63', 33];
	jCoords[n++] = ['POLY', '762, 63,801, 63,801, 102,762, 102,762, 63', 34];
	jCoords[n++] = ['POLY', '801, 63,841, 63,841, 102,801, 102,801, 63', 35];
	jCoords[n++] = ['POLY', '841, 63,880, 63,880, 102,841, 102,841, 63', 36];
	jCoords[n++] = ['POLY', '880, 63,919, 63,919, 102,880, 102,880, 63', 37];
	jCoords[n++] = ['POLY', '919, 63,958, 63,958, 102,919, 102,919, 63', 38];
	jCoords[n++] = ['POLY', '958, 63,997, 63,997, 102,958, 102,958, 63', 39];
	jCoords[n++] = ['POLY', '997, 63,1037, 63,1037, 102,997, 102,997, 63', 40];
	jCoords[n++] = ['POLY', '135, 102,174, 102,174, 142,135, 142,135, 102', 41];
	jCoords[n++] = ['POLY', '174, 102,213, 102,213, 142,174, 142,174, 102', 42];
	jCoords[n++] = ['POLY', '213, 102,253, 102,253, 142,213, 142,213, 102', 43];
	jCoords[n++] = ['POLY', '253, 102,292, 102,292, 142,253, 142,253, 102', 44];
	jCoords[n++] = ['POLY', '292, 102,331, 102,331, 142,292, 142,292, 102', 45];
	jCoords[n++] = ['POLY', '331, 102,370, 102,370, 142,331, 142,331, 102', 46];
	jCoords[n++] = ['POLY', '370, 102,409, 102,409, 142,370, 142,370, 102', 47];
	jCoords[n++] = ['POLY', '409, 102,449, 102,449, 142,409, 142,409, 102', 48];
	jCoords[n++] = ['POLY', '449, 102,488, 102,488, 142,449, 142,449, 102', 49];
	jCoords[n++] = ['POLY', '488, 102,527, 102,527, 142,488, 142,488, 102', 50];
	jCoords[n++] = ['POLY', '527, 102,566, 102,566, 142,527, 142,527, 102', 51];
	jCoords[n++] = ['POLY', '566, 102,605, 102,605, 142,566, 142,566, 102', 52];
	jCoords[n++] = ['POLY', '605, 102,645, 102,645, 142,605, 142,605, 102', 53];
	jCoords[n++] = ['POLY', '645, 102,684, 102,684, 142,645, 142,645, 102', 54];
	jCoords[n++] = ['POLY', '684, 102,723, 102,723, 142,684, 142,684, 102', 55];
	jCoords[n++] = ['POLY', '723, 102,762, 102,762, 142,723, 142,723, 102', 56];
	jCoords[n++] = ['POLY', '762, 102,801, 102,801, 142,762, 142,762, 102', 57];
	jCoords[n++] = ['POLY', '801, 102,841, 102,841, 142,801, 142,801, 102', 58];
	jCoords[n++] = ['POLY', '841, 102,880, 102,880, 142,841, 142,841, 102', 59];
	jCoords[n++] = ['POLY', '880, 102,919, 102,919, 142,880, 142,880, 102', 60];
	jCoords[n++] = ['POLY', '919, 102,958, 102,958, 142,919, 142,919, 102', 61];
	jCoords[n++] = ['POLY', '958, 102,997, 102,997, 142,958, 142,958, 102', 62];
	jCoords[n++] = ['POLY', '997, 102,1037, 102,1037, 142,997, 142,997, 102', 63];
	jCoords[n++] = ['POLY', '1037, 102,1076, 102,1076, 142,1037, 142,1037, 102', 64];
	jCoords[n++] = ['POLY', '57, 142,96, 142,96, 181,57, 181,57, 142', 65];
	jCoords[n++] = ['POLY', '96, 142,135, 142,135, 181,96, 181,96, 142', 66];
	jCoords[n++] = ['POLY', '135, 142,174, 142,174, 181,135, 181,135, 142', 67];
	jCoords[n++] = ['POLY', '174, 142,213, 142,213, 181,174, 181,174, 142', 68];
	jCoords[n++] = ['POLY', '213, 142,253, 142,253, 181,213, 181,213, 142', 69];
	jCoords[n++] = ['POLY', '253, 142,292, 142,292, 181,253, 181,253, 142', 70];
	jCoords[n++] = ['POLY', '292, 142,331, 142,331, 181,292, 181,292, 142', 71];
	jCoords[n++] = ['POLY', '331, 142,370, 142,370, 181,331, 181,331, 142', 72];
	jCoords[n++] = ['POLY', '370, 142,409, 142,409, 181,370, 181,370, 142', 73];
	jCoords[n++] = ['POLY', '409, 142,449, 142,449, 181,409, 181,409, 142', 74];
	jCoords[n++] = ['POLY', '449, 142,488, 142,488, 181,449, 181,449, 142', 75];
	jCoords[n++] = ['POLY', '488, 142,527, 142,527, 181,488, 181,488, 142', 76];
	jCoords[n++] = ['POLY', '527, 142,566, 142,566, 181,527, 181,527, 142', 77];
	jCoords[n++] = ['POLY', '566, 142,605, 142,605, 181,566, 181,566, 142', 78];
	jCoords[n++] = ['POLY', '605, 142,645, 142,645, 181,605, 181,605, 142', 79];
	jCoords[n++] = ['POLY', '645, 142,684, 142,684, 181,645, 181,645, 142', 80];
	jCoords[n++] = ['POLY', '684, 142,723, 142,723, 181,684, 181,684, 142', 81];
	jCoords[n++] = ['POLY', '723, 142,762, 142,762, 181,723, 181,723, 142', 82];
	jCoords[n++] = ['POLY', '762, 142,801, 142,801, 181,762, 181,762, 142', 83];
	jCoords[n++] = ['POLY', '801, 142,841, 142,841, 181,801, 181,801, 142', 84];
	jCoords[n++] = ['POLY', '841, 142,880, 142,880, 181,841, 181,841, 142', 85];
	jCoords[n++] = ['POLY', '880, 142,919, 142,919, 181,880, 181,880, 142', 86];
	jCoords[n++] = ['POLY', '919, 142,958, 142,958, 181,919, 181,919, 142', 87];
	jCoords[n++] = ['POLY', '958, 142,997, 142,997, 181,958, 181,958, 142', 88];
	jCoords[n++] = ['POLY', '997, 142,1037, 142,1037, 181,997, 181,997, 142', 89];
	jCoords[n++] = ['POLY', '1037, 142,1076, 142,1076, 181,1037, 181,1037, 142', 90];
	jCoords[n++] = ['POLY', '17, 181,57, 181,57, 220,17, 220,17, 181', 91];
	jCoords[n++] = ['POLY', '57, 181,96, 181,96, 220,57, 220,57, 181', 92];
	jCoords[n++] = ['POLY', '96, 181,135, 181,135, 220,96, 220,96, 181', 93];
	jCoords[n++] = ['POLY', '135, 181,174, 181,174, 220,135, 220,135, 181', 94];
	jCoords[n++] = ['POLY', '174, 181,213, 181,213, 220,174, 220,174, 181', 95];
	jCoords[n++] = ['POLY', '213, 181,253, 181,253, 220,213, 220,213, 181', 96];
	jCoords[n++] = ['POLY', '253, 181,292, 181,292, 220,253, 220,253, 181', 97];
	jCoords[n++] = ['POLY', '292, 181,331, 181,331, 220,292, 220,292, 181', 98];
	jCoords[n++] = ['POLY', '331, 181,370, 181,370, 220,331, 220,331, 181', 99];
	jCoords[n++] = ['POLY', '370, 181,409, 181,409, 220,370, 220,370, 181', 100];
	jCoords[n++] = ['POLY', '409, 181,449, 181,449, 220,409, 220,409, 181', 101];
	jCoords[n++] = ['POLY', '449, 181,488, 181,488, 220,449, 220,449, 181', 102];
	jCoords[n++] = ['POLY', '488, 181,527, 181,527, 220,488, 220,488, 181', 103];
	jCoords[n++] = ['POLY', '527, 181,566, 181,566, 220,527, 220,527, 181', 104];
	jCoords[n++] = ['POLY', '566, 181,605, 181,605, 220,566, 220,566, 181', 105];
	jCoords[n++] = ['POLY', '605, 181,645, 181,645, 220,605, 220,605, 181', 106];
	jCoords[n++] = ['POLY', '645, 181,684, 181,684, 220,645, 220,645, 181', 107];
	jCoords[n++] = ['POLY', '684, 181,723, 181,723, 220,684, 220,684, 181', 108];
	jCoords[n++] = ['POLY', '723, 181,762, 181,762, 220,723, 220,723, 181', 109];
	jCoords[n++] = ['POLY', '762, 181,801, 181,801, 220,762, 220,762, 181', 110];
	jCoords[n++] = ['POLY', '801, 181,841, 181,841, 220,801, 220,801, 181', 111];
	jCoords[n++] = ['POLY', '841, 181,880, 181,880, 220,841, 220,841, 181', 112];
	jCoords[n++] = ['POLY', '880, 181,919, 181,919, 220,880, 220,880, 181', 113];
	jCoords[n++] = ['POLY', '919, 181,958, 181,958, 220,919, 220,919, 181', 114];
	jCoords[n++] = ['POLY', '958, 181,997, 181,997, 220,958, 220,958, 181', 115];
	jCoords[n++] = ['POLY', '997, 181,1037, 181,1037, 220,997, 220,997, 181', 116];
	jCoords[n++] = ['POLY', '1037, 181,1076, 181,1076, 220,1037, 220,1037, 181', 117];
	jCoords[n++] = ['POLY', '17, 220,57, 220,57, 259,17, 259,17, 220', 118];
	jCoords[n++] = ['POLY', '57, 220,96, 220,96, 259,57, 259,57, 220', 119];
	jCoords[n++] = ['POLY', '96, 220,135, 220,135, 259,96, 259,96, 220', 120];
	jCoords[n++] = ['POLY', '135, 220,174, 220,174, 259,135, 259,135, 220', 121];
	jCoords[n++] = ['POLY', '174, 220,213, 220,213, 259,174, 259,174, 220', 122];
	jCoords[n++] = ['POLY', '213, 220,253, 220,253, 259,213, 259,213, 220', 123];
	jCoords[n++] = ['POLY', '253, 220,292, 220,292, 259,253, 259,253, 220', 124];
	jCoords[n++] = ['POLY', '292, 220,331, 220,331, 259,292, 259,292, 220', 125];
	jCoords[n++] = ['POLY', '331, 220,370, 220,370, 259,331, 259,331, 220', 126];
	jCoords[n++] = ['POLY', '370, 220,409, 220,409, 259,370, 259,370, 220', 127];
	jCoords[n++] = ['POLY', '409, 220,449, 220,449, 259,409, 259,409, 220', 128];
	jCoords[n++] = ['POLY', '449, 220,488, 220,488, 259,449, 259,449, 220', 129];
	jCoords[n++] = ['POLY', '488, 220,527, 220,527, 259,488, 259,488, 220', 130];
	jCoords[n++] = ['POLY', '527, 220,566, 220,566, 259,527, 259,527, 220', 131];
	jCoords[n++] = ['POLY', '566, 220,605, 220,605, 259,566, 259,566, 220', 132];
	jCoords[n++] = ['POLY', '605, 220,645, 220,645, 259,605, 259,605, 220', 133];
	jCoords[n++] = ['POLY', '645, 220,684, 220,684, 259,645, 259,645, 220', 134];
	jCoords[n++] = ['POLY', '684, 220,723, 220,723, 259,684, 259,684, 220', 135];
	jCoords[n++] = ['POLY', '723, 220,762, 220,762, 259,723, 259,723, 220', 136];
	jCoords[n++] = ['POLY', '762, 220,801, 220,801, 259,762, 259,762, 220', 137];
	jCoords[n++] = ['POLY', '801, 220,841, 220,841, 259,801, 259,801, 220', 138];
	jCoords[n++] = ['POLY', '841, 220,880, 220,880, 259,841, 259,841, 220', 139];
	jCoords[n++] = ['POLY', '880, 220,919, 220,919, 259,880, 259,880, 220', 140];
	jCoords[n++] = ['POLY', '919, 220,958, 220,958, 259,919, 259,919, 220', 141];
	jCoords[n++] = ['POLY', '958, 220,997, 220,997, 259,958, 259,958, 220', 142];
	jCoords[n++] = ['POLY', '997, 220,1037, 220,1037, 259,997, 259,997, 220', 143];
	jCoords[n++] = ['POLY', '409, 259,449, 259,449, 298,409, 298,409, 259', 144];
	jCoords[n++] = ['POLY', '449, 259,488, 259,488, 298,449, 298,449, 259', 145];
	jCoords[n++] = ['POLY', '488, 259,527, 259,527, 298,488, 298,488, 259', 146];
	jCoords[n++] = ['POLY', '527, 259,566, 259,566, 298,527, 298,527, 259', 147];
	jCoords[n++] = ['POLY', '566, 259,605, 259,605, 298,566, 298,566, 259', 148];
	jCoords[n++] = ['POLY', '605, 259,645, 259,645, 298,605, 298,605, 259', 149];
	jCoords[n++] = ['POLY', '645, 259,684, 259,684, 298,645, 298,645, 259', 150];
	jCoords[n++] = ['POLY', '684, 259,723, 259,723, 298,684, 298,684, 259', 151];
	jCoords[n++] = ['POLY', '723, 259,762, 259,762, 298,723, 298,723, 259', 152];
	jCoords[n++] = ['POLY', '762, 259,801, 259,801, 298,762, 298,762, 259', 153];
	jCoords[n++] = ['POLY', '801, 259,841, 259,841, 298,801, 298,801, 259', 154];
	jCoords[n++] = ['POLY', '841, 259,880, 259,880, 298,841, 298,841, 259', 155];
	jCoords[n++] = ['POLY', '880, 259,919, 259,919, 298,880, 298,880, 259', 156];
	jCoords[n++] = ['POLY', '919, 259,958, 259,958, 298,919, 298,919, 259', 157];
	jCoords[n++] = ['POLY', '958, 259,997, 259,997, 298,958, 298,958, 259', 158];
	jCoords[n++] = ['POLY', '566, 298,605, 298,605, 338,566, 338,566, 298', 159];
	jCoords[n++] = ['POLY', '605, 298,645, 298,645, 338,605, 338,605, 298', 160];
	jCoords[n++] = ['POLY', '645, 298,684, 298,684, 338,645, 338,645, 298', 161];
	jCoords[n++] = ['POLY', '684, 298,723, 298,723, 338,684, 338,684, 298', 162];
	jCoords[n++] = ['POLY', '723, 298,762, 298,762, 338,723, 338,723, 298', 163];
	jCoords[n++] = ['POLY', '762, 298,801, 298,801, 338,762, 338,762, 298', 164];
	jCoords[n++] = ['POLY', '801, 298,841, 298,841, 338,801, 338,801, 298', 165];
	jCoords[n++] = ['POLY', '841, 298,880, 298,880, 338,841, 338,841, 298', 166];
	jCoords[n++] = ['POLY', '880, 298,919, 298,919, 338,880, 338,880, 298', 167];
	jCoords[n++] = ['POLY', '919, 298,958, 298,958, 338,919, 338,919, 298', 168];
	jCoords[n++] = ['POLY', '605, 338,645, 338,645, 377,605, 377,605, 338', 169];
	jCoords[n++] = ['POLY', '645, 338,684, 338,684, 377,645, 377,645, 338', 170];
	jCoords[n++] = ['POLY', '684, 338,723, 338,723, 377,684, 377,684, 338', 171];
	jCoords[n++] = ['POLY', '723, 338,762, 338,762, 377,723, 377,723, 338', 172];
	jCoords[n++] = ['POLY', '762, 338,801, 338,801, 377,762, 377,762, 338', 173];
	jCoords[n++] = ['POLY', '801, 338,841, 338,841, 377,801, 377,801, 338', 174];
	jCoords[n++] = ['POLY', '645, 377,684, 377,684, 428,645, 428,645, 377', 175];
	jCoords[n++] = ['POLY', '684, 377,723, 377,723, 428,684, 428,684, 377', 176];
	jCoords[n++] = ['POLY', '723, 377,762, 377,762, 428,723, 428,723, 377', 177];
	jCoords[n++] = ['POLY', '762, 377,801, 377,801, 428,762, 428,762, 377', 178];
