/*
* **************************************************************************
lp.js
Interactive Local Plan
Rugby Borough Council
Ver 1.0
Lovell Johns Ltd.
08/04
****************************************************************************
*/

//*********************GLOBALS
// Insert output from 'js_navrray.txt' below		
//Set up the array for required info about each inset maps.
//Map name,origin X of overview inset frame,origin Y of overview inset frame,width of overview inset frame,blx of map grid,bly of map grid,trx of map grid,try of map grid,Grid Size,Grid Overlap,no. of rows,no. of cols
var theinsetsmaps = new Array (37)
var nofInsets = 37;
theinsetsmaps[0] = new Array("inset_01",439117,282783,1120.16,439100,282900,440400,283800,300,100,4,6);
theinsetsmaps[1] = new Array("inset_02",438325,284338,840.079,438300,284400,439200,285100,300,100,3,4);
theinsetsmaps[2] = new Array("inset_03",438912,276643,1400.12,438900,276900,440400,277800,300,100,4,7);
theinsetsmaps[3] = new Array("inset_04",442760,267900,840.023,442700,268000,443600,268700,300,100,3,4);
theinsetsmaps[4] = new Array("inset_05",443002,269971,980.338,443000,270100,444100,270800,300,100,3,5);
theinsetsmaps[5] = new Array("inset_07",442669,278808,1400.44,442600,279000,444100,280100,300,100,5,7);
theinsetsmaps[6] = new Array("inset_08",445069,265531,700.223,445000,265600,445900,266100,300,100,2,4);
theinsetsmaps[7] = new Array("inset_09",440828,289650,560.328,440800,289700,441400,290200,200,100,4,5);
theinsetsmaps[8] = new Array("inset_10",444667,276071,659.536,444700,276000,445300,276800,200,100,7,5);
theinsetsmaps[9] = new Array("inset_12",452457,275784,1120.47,452400,276000,453700,276700,300,100,3,6);
theinsetsmaps[10] = new Array("inset_13",447624,270566,1718.34,447800,270500,449100,272400,300,100,9,6);
theinsetsmaps[11] = new Array("inset_14",445877,279039,1055.17,446000,279000,446900,280100,300,100,5,4);
theinsetsmaps[12] = new Array("inset_15",451155,263133,700.42,451100,263200,452000,263700,300,100,2,4);
theinsetsmaps[13] = new Array("inset_16",442296,269995,656.987,442300,269900,443000,270800,300,100,4,3);
theinsetsmaps[14] = new Array("inset_17",448788,266561,660.166,448800,266500,449500,267400,300,100,4,3);
theinsetsmaps[15] = new Array("inset_18",447317,278808,840.222,447300,278900,448200,279600,300,100,3,4);
theinsetsmaps[16] = new Array("inset_20",446482,275100,1820.01,446400,275400,448500,276700,300,100,6,10);
theinsetsmaps[17] = new Array("inset_21",440324,268339,1055.09,440400,268300,441300,269400,300,100,5,4);
theinsetsmaps[18] = new Array("inset_22",445722,282449,1540.1,445700,282700,447400,283800,300,100,5,8);
theinsetsmaps[19] = new Array("inset_23",452719,277818,657.869,452800,277800,453300,278500,300,100,3,2);
theinsetsmaps[20] = new Array("inset_24",446747,281407,980.443,446700,281500,447800,282200,300,100,3,5);
theinsetsmaps[21] = new Array("inset_25",439732,270481,840.03,439700,270600,440600,271300,300,100,3,4);
theinsetsmaps[22] = new Array("inset_26",437815,273531,1582.28,438000,273500,439300,275200,300,100,8,6);
theinsetsmaps[23] = new Array("inset_27",439660,283868,1260.05,439600,284100,441100,285000,300,100,4,7);
theinsetsmaps[24] = new Array("inset_28",440273,272040,1400.01,440200,272300,441700,273200,300,100,4,7);
theinsetsmaps[25] = new Array("inset_29",444808,281124,560,444800,281200,445400,281600,200,100,3,5);
theinsetsmaps[26] = new Array("inset_30",446377,270580,790.418,446400,270500,447100,271400,300,100,4,3);
theinsetsmaps[27] = new Array("inset_31",449300,284485,526.919,449300,284400,449800,285100,200,100,6,4);
theinsetsmaps[28] = new Array("inset_32",451522,266977,840.108,451500,267100,452400,267800,300,100,3,4);
theinsetsmaps[29] = new Array("inset_33",440235,274513,1960,440200,274800,442300,276100,300,100,6,10);
theinsetsmaps[30] = new Array("inset_06",440374,275871,1120.06,440300,276000,441600,276900,300,100,4,6);
theinsetsmaps[31] = new Array("inset_34",442364,287261,980.303,442300,287400,443400,288100,300,100,3,5);
theinsetsmaps[32] = new Array("inset_36",449598,274456,1714,449500,274600,451400,276100,300,100,7,9);
theinsetsmaps[33] = new Array("inset_35",445006,269999,10003.9,445000,270000,455600,280000,1000,400,16,17);
theinsetsmaps[34] = new Array("inset_11",450751,280359,660,450800,280300,451500,281200,300,100,4,3);
theinsetsmaps[35] = new Array("inset_19",444213,267289,700,444200,267400,445100,267900,300,100,2,4);
theinsetsmaps[36] = new Array("inset_37",428620,260600,33760,431000,260000,460000,295000,3000,1000,17,14);
// ^^^^Insert output from 'js_navarray.txt' above ^^^^^^^^^

//*********************BROWSER CHECKING
// Ultimate client-side JavaScript client sniff. Version 3.03
// (C) Netscape Communications 1999-2001.  Permission granted to reuse and distribute.
// Revised 17 May 99 to add is_nav5up and is_ie5up (see below).
// Revised 20 Dec 00 to add is_gecko and change is_nav5up to is_nav6up
//                      also added support for IE5.5 Opera4&5 HotJava3 AOLTV
// Revised 22 Feb 01 to correct Javascript Detection for IE 5.x, Opera 4, 
//                      correct Opera 5 detection
//                      add support for winME and win2k
//                      synch with browser-type-oo.js
// Revised 26 Mar 01 to correct Opera detection
// Revised 02 Oct 01 to add IE6 detection

// Everything you always wanted to know about your JavaScript client
// but were afraid to ask. Creates "is_" variables indicating:
// (1) browser vendor:
//     is_nav, is_ie, is_opera, is_hotjava, is_webtv, is_TVNavigator, is_AOLTV
// (2) browser version number:
//     is_major (integer indicating major version number: 2, 3, 4 ...)
//     is_minor (float   indicating full  version number: 2.02, 3.01, 4.04 ...)
// (3) browser vendor AND major version number
//     is_nav2, is_nav3, is_nav4, is_nav4up, is_nav6, is_nav6up, is_gecko, is_ie3,
//     is_ie4, is_ie4up, is_ie5, is_ie5up, is_ie5_5, is_ie5_5up, is_ie6, is_ie6up, is_hotjava3, is_hotjava3up,
//     is_opera2, is_opera3, is_opera4, is_opera5, is_opera5up
// (4) JavaScript version number:
//     is_js (float indicating full JavaScript version number: 1, 1.1, 1.2 ...)
// (5) OS platform and version:
//     is_win, is_win16, is_win32, is_win31, is_win95, is_winnt, is_win98, is_winme, is_win2k
//     is_os2
//     is_mac, is_mac68k, is_macppc
//     is_unix
//     is_sun, is_sun4, is_sun5, is_suni86
//     is_irix, is_irix5, is_irix6
//     is_hpux, is_hpux9, is_hpux10
//     is_aix, is_aix1, is_aix2, is_aix3, is_aix4
//     is_linux, is_sco, is_unixware, is_mpras, is_reliant
//     is_dec, is_sinix, is_freebsd, is_bsd
//     is_vms
//
// See http://www.it97.de/JavaScript/JS_tutorial/bstat/navobj.html and
// http://www.it97.de/JavaScript/JS_tutorial/bstat/Browseraol.html
// for detailed lists of userAgent strings.
//
// Note: you don't want your Nav4 or IE4 code to "turn off" or
// stop working when new versions of browsers are released, so
// in conditional code forks, use is_ie5up ("IE 5.0 or greater") 
// is_opera5up ("Opera 5.0 or greater") instead of is_ie5 or is_opera5
// to check version in code which you want to work on future
// versions.

    // convert all characters to lowercase to simplify testing
    var agt=navigator.userAgent.toLowerCase();

    // *** BROWSER VERSION ***
    // Note: On IE5, these return 4, so use is_ie5up to detect IE5.
    var is_major = parseInt(navigator.appVersion);
    var is_minor = parseFloat(navigator.appVersion);

    // Note: Opera and WebTV spoof Navigator.  We do strict client detection.
    // If you want to allow spoofing, take out the tests for opera and webtv.
    var is_nav  = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)
                && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1)
                && (agt.indexOf('webtv')==-1) && (agt.indexOf('hotjava')==-1));
    var is_nav2 = (is_nav && (is_major == 2));
    var is_nav3 = (is_nav && (is_major == 3));
    var is_nav4 = (is_nav && (is_major == 4));
    var is_nav4up = (is_nav && (is_major >= 4));
    var is_navonly      = (is_nav && ((agt.indexOf(";nav") != -1) ||
                          (agt.indexOf("; nav") != -1)) );
    var is_nav6 = (is_nav && (is_major == 5));
    var is_nav6up = (is_nav && (is_major >= 5));
    var is_gecko = (agt.indexOf('gecko') != -1);


    var is_ie     = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
    var is_ie3    = (is_ie && (is_major < 4));
    var is_ie4    = (is_ie && (is_major == 4) && (agt.indexOf("msie 4")!=-1) );
    var is_ie4up  = (is_ie && (is_major >= 4));
    var is_ie5    = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.0")!=-1) );
    var is_ie5_5  = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.5") !=-1));
    var is_ie5up  = (is_ie && !is_ie3 && !is_ie4);
    var is_ie5_5up =(is_ie && !is_ie3 && !is_ie4 && !is_ie5);
    var is_ie6    = (is_ie && (is_major == 4) && (agt.indexOf("msie 6.")!=-1) );
    var is_ie6up  = (is_ie && !is_ie3 && !is_ie4 && !is_ie5 && !is_ie5_5);

    // KNOWN BUG: On AOL4, returns false if IE3 is embedded browser
    // or if this is the first browser window opened.  Thus the
    // variables is_aol, is_aol3, and is_aol4 aren't 100% reliable.
    var is_aol   = (agt.indexOf("aol") != -1);
    var is_aol3  = (is_aol && is_ie3);
    var is_aol4  = (is_aol && is_ie4);
    var is_aol5  = (agt.indexOf("aol 5") != -1);
    var is_aol6  = (agt.indexOf("aol 6") != -1);

    var is_opera = (agt.indexOf("opera") != -1);
    var is_opera2 = (agt.indexOf("opera 2") != -1 || agt.indexOf("opera/2") != -1);
    var is_opera3 = (agt.indexOf("opera 3") != -1 || agt.indexOf("opera/3") != -1);
    var is_opera4 = (agt.indexOf("opera 4") != -1 || agt.indexOf("opera/4") != -1);
    var is_opera5 = (agt.indexOf("opera 5") != -1 || agt.indexOf("opera/5") != -1);
    var is_opera5up = (is_opera && !is_opera2 && !is_opera3 && !is_opera4);

    var is_webtv = (agt.indexOf("webtv") != -1); 

    var is_TVNavigator = ((agt.indexOf("navio") != -1) || (agt.indexOf("navio_aoltv") != -1)); 
    var is_AOLTV = is_TVNavigator;

    var is_hotjava = (agt.indexOf("hotjava") != -1);
    var is_hotjava3 = (is_hotjava && (is_major == 3));
    var is_hotjava3up = (is_hotjava && (is_major >= 3));

    // *** JAVASCRIPT VERSION CHECK ***
    var is_js;
    if (is_nav2 || is_ie3) is_js = 1.0;
    else if (is_nav3) is_js = 1.1;
    else if (is_opera5up) is_js = 1.3;
    else if (is_opera) is_js = 1.1;
    else if ((is_nav4 && (is_minor <= 4.05)) || is_ie4) is_js = 1.2;
    else if ((is_nav4 && (is_minor > 4.05)) || is_ie5) is_js = 1.3;
    else if (is_hotjava3up) is_js = 1.4;
    else if (is_nav6 || is_gecko) is_js = 1.5;
    // NOTE: In the future, update this code when newer versions of JS
    // are released. For now, we try to provide some upward compatibility
    // so that future versions of Nav and IE will show they are at
    // *least* JS 1.x capable. Always check for JS version compatibility
    // with > or >=.
    else if (is_nav6up) is_js = 1.5;
    // NOTE: ie5up on mac is 1.4
    else if (is_ie5up) is_js = 1.3

    // HACK: no idea for other browsers; always check for JS version with > or >=
    else is_js = 0.0;

    // *** PLATFORM ***
    var is_win   = ( (agt.indexOf("win")!=-1) || (agt.indexOf("16bit")!=-1) );
    // NOTE: On Opera 3.0, the userAgent string includes "Windows 95/NT4" on all
    //        Win32, so you can't distinguish between Win95 and WinNT.
    var is_win95 = ((agt.indexOf("win95")!=-1) || (agt.indexOf("windows 95")!=-1));

    // is this a 16 bit compiled version?
    var is_win16 = ((agt.indexOf("win16")!=-1) || 
               (agt.indexOf("16bit")!=-1) || (agt.indexOf("windows 3.1")!=-1) || 
               (agt.indexOf("windows 16-bit")!=-1) );  

    var is_win31 = ((agt.indexOf("windows 3.1")!=-1) || (agt.indexOf("win16")!=-1) ||
                    (agt.indexOf("windows 16-bit")!=-1));

    var is_winme = ((agt.indexOf("win 9x 4.90")!=-1));
    var is_win2k = ((agt.indexOf("windows nt 5.0")!=-1));

    // NOTE: Reliable detection of Win98 may not be possible. It appears that:
    //       - On Nav 4.x and before you'll get plain "Windows" in userAgent.
    //       - On Mercury client, the 32-bit version will return "Win98", but
    //         the 16-bit version running on Win98 will still return "Win95".
    var is_win98 = ((agt.indexOf("win98")!=-1) || (agt.indexOf("windows 98")!=-1));
    var is_winnt = ((agt.indexOf("winnt")!=-1) || (agt.indexOf("windows nt")!=-1));
    var is_win32 = (is_win95 || is_winnt || is_win98 || 
                    ((is_major >= 4) && (navigator.platform == "Win32")) ||
                    (agt.indexOf("win32")!=-1) || (agt.indexOf("32bit")!=-1));

    var is_os2   = ((agt.indexOf("os/2")!=-1) || 
                    (navigator.appVersion.indexOf("OS/2")!=-1) ||   
                    (agt.indexOf("ibm-webexplorer")!=-1));

    var is_mac    = (agt.indexOf("mac")!=-1);
    // hack ie5 js version for mac
    if (is_mac && is_ie5up) is_js = 1.4;
    var is_mac68k = (is_mac && ((agt.indexOf("68k")!=-1) || 
                               (agt.indexOf("68000")!=-1)));
    var is_macppc = (is_mac && ((agt.indexOf("ppc")!=-1) || 
                                (agt.indexOf("powerpc")!=-1)));

    var is_sun   = (agt.indexOf("sunos")!=-1);
    var is_sun4  = (agt.indexOf("sunos 4")!=-1);
    var is_sun5  = (agt.indexOf("sunos 5")!=-1);
    var is_suni86= (is_sun && (agt.indexOf("i86")!=-1));
    var is_irix  = (agt.indexOf("irix") !=-1);    // SGI
    var is_irix5 = (agt.indexOf("irix 5") !=-1);
    var is_irix6 = ((agt.indexOf("irix 6") !=-1) || (agt.indexOf("irix6") !=-1));
    var is_hpux  = (agt.indexOf("hp-ux")!=-1);
    var is_hpux9 = (is_hpux && (agt.indexOf("09.")!=-1));
    var is_hpux10= (is_hpux && (agt.indexOf("10.")!=-1));
    var is_aix   = (agt.indexOf("aix") !=-1);      // IBM
    var is_aix1  = (agt.indexOf("aix 1") !=-1);    
    var is_aix2  = (agt.indexOf("aix 2") !=-1);    
    var is_aix3  = (agt.indexOf("aix 3") !=-1);    
    var is_aix4  = (agt.indexOf("aix 4") !=-1);    
    var is_linux = (agt.indexOf("inux")!=-1);
    var is_sco   = (agt.indexOf("sco")!=-1) || (agt.indexOf("unix_sv")!=-1);
    var is_unixware = (agt.indexOf("unix_system_v")!=-1); 
    var is_mpras    = (agt.indexOf("ncr")!=-1); 
    var is_reliant  = (agt.indexOf("reliantunix")!=-1);
    var is_dec   = ((agt.indexOf("dec")!=-1) || (agt.indexOf("osf1")!=-1) || 
           (agt.indexOf("dec_alpha")!=-1) || (agt.indexOf("alphaserver")!=-1) || 
           (agt.indexOf("ultrix")!=-1) || (agt.indexOf("alphastation")!=-1)); 
    var is_sinix = (agt.indexOf("sinix")!=-1);
    var is_freebsd = (agt.indexOf("freebsd")!=-1);
    var is_bsd = (agt.indexOf("bsd")!=-1);
    var is_unix  = ((agt.indexOf("x11")!=-1) || is_sun || is_irix || is_hpux || 
                 is_sco ||is_unixware || is_mpras || is_reliant || 
                 is_dec || is_sinix || is_aix || is_linux || is_bsd || is_freebsd);

    var is_vms   = ((agt.indexOf("vax")!=-1) || (agt.indexOf("openvms")!=-1));

//***********END OF BROWSER CHECK

//*********Image click (Overview map page > main mappping) This functionality only works for IE and Opera
function gotoMainMap(e){

	//Get the current overview image.
	var cmdString = String(document.location.search);
	var theName = cmdString.substring(1,cmdString.length);		
		
	//Define the current overview.	
	for(i=0;i<nofInsets;i++){														
		if(theName.toUpperCase() == theinsetsmaps[i][0].toUpperCase()){
			var useIndex = i;
		}
	}
	
	var imageWidth = 400; 																		//Width of opening overview image in pixels
	var pixpermetre =  theinsetsmaps[useIndex][3] / imageWidth;
	var origTLY = theinsetsmaps[useIndex][2] + theinsetsmaps[useIndex][3];						//Make origin top left

	//Get user clicked location x,y (pixels).
	var theX = event.offsetX;			
	var theY =  event.offsetY;

	//Convert to real world metres.
	theX = Number(theX) * pixpermetre;	
	theY = Number(theY) * pixpermetre; 
	theX =  theinsetsmaps[useIndex][1] + theX;
	theY =  origTLY - theY;

	//Define if user has clicked in the map area
	var outSideX = "false";
	var outSideY = "false";
	
	if((theX >= theinsetsmaps[useIndex][6]) | (theX <= theinsetsmaps[useIndex][4])){
		outSideX = "true";		
	}
	if((theY >= theinsetsmaps[useIndex][7]) | (theY <= theinsetsmaps[useIndex][5])){
		outSideY = "true";
	}

	//Define the new map image to load in.
	if((outSideX == "true") | (outSideY == "true")){			
		//alert("outside the area")
	}
	else{
		var distx = theX - theinsetsmaps[useIndex][4];
		var disty = theY - theinsetsmaps[useIndex][5];
		
		var gridcnt = theinsetsmaps[useIndex][8];
  		var thecol = 1; 
		while (gridcnt < distx){
			thecol = thecol + 1;
			gridcnt = gridcnt + (theinsetsmaps[useIndex][8] - theinsetsmaps[useIndex][9]);
		}	
 
		var gridcnt = theinsetsmaps[useIndex][8];
  		var therow = 1;  
		while (gridcnt < disty){
			therow = therow + 1;
			gridcnt = gridcnt + (theinsetsmaps[useIndex][8] - theinsetsmaps[useIndex][9]);
		}			
		
		var theTileNo =  ((therow -1) * theinsetsmaps[useIndex][11]) + thecol;

		//Adjust the tile number to agree with the standard "###"
		if(theTileNo < 10){
			theTileNo = "00" + theTileNo;
		}
		else if(theTileNo < 100){
			theTileNo = "0" + theTileNo;
		}
		else{
			theTileNo = String(theTileNo);
		}

		var theNewHTML = "map_htm/" + theName + "/" + theName + "_" + theTileNo + ".htm";

		//Open the selected tile in same window
 		eval("parent.location='" + theNewHTML + "'");

	}
	
}

//*********Open the main mapping -centre image called from overview map page. This functionality only works for IE and Opera
function openMapAtCentre(theMap,source){
	var newMap;
	if(theMap.toLowerCase() == "ansty"){
	  newMap = "map_htm/inset_01/inset_01_009.htm";
	}else if(theMap.toLowerCase() == "barnacle"){
	  newMap = "map_htm/inset_02/inset_02_006.htm";
	}else if(theMap.toLowerCase() == "binley woods"){
	  newMap = "map_htm/inset_03/inset_03_010.htm";
	}else if(theMap.toLowerCase() == "birdingbury"){
	  newMap = "map_htm/inset_04/inset_04_007.htm";
	}else if(theMap.toLowerCase() == "bourton-on-dunsmore"){
	  newMap = "map_htm/inset_05/inset_05_008.htm";
	}else if(theMap.toLowerCase() == "brinklow"){
	  newMap = "map_htm/inset_07/inset_07_019.htm";
	}else if(theMap.toLowerCase() == "broadwell"){
	  newMap = "map_htm/inset_08/inset_08_006.htm";
	}else if(theMap.toLowerCase() == "burton hastings"){
	  newMap = "map_htm/inset_09/inset_09_007.htm";
	}else if(theMap.toLowerCase() == "church lawford"){
	  newMap = "map_htm/inset_10/inset_10_013.htm";
	}else if(theMap.toLowerCase() == "clifton upon dunsmore"){
	  newMap = "map_htm/inset_12/inset_12_010.htm";
	}else if(theMap.toLowerCase() == "dunchurch"){
	  newMap = "map_htm/inset_13/inset_13_028.htm";
	}else if(theMap.toLowerCase() == "easenhall"){
	  newMap = "map_htm/inset_14/inset_14_011.htm";
	}else if(theMap.toLowerCase() == "flecknoe"){
	  newMap = "map_htm/inset_15/inset_15_006.htm";
	}else if(theMap.toLowerCase() == "frankton"){
	  newMap = "map_htm/inset_16/inset_16_008.htm";
	}else if(theMap.toLowerCase() == "grandborough"){
	  newMap = "map_htm/inset_17/inset_17_005.htm";
	}else if(theMap.toLowerCase() == "harborough magna"){
	  newMap = "map_htm/inset_18/inset_18_007.htm";
	}else if(theMap.toLowerCase() == "long lawford"){
	  newMap = "map_htm/inset_20/inset_20_025.htm";
	}else if(theMap.toLowerCase() == "marton"){
	  newMap = "map_htm/inset_21/inset_21_011.htm";
	}else if(theMap.toLowerCase() == "monks kirby"){
	  newMap = "map_htm/inset_22/inset_22_012.htm";
	}else if(theMap.toLowerCase() == "newton"){
	  newMap = "map_htm/inset_23/inset_23_004.htm";
	}else if(theMap.toLowerCase() == "pailton"){
	  newMap = "map_htm/inset_24/inset_24_008.htm";
	}else if(theMap.toLowerCase() == "princethorpe"){
	  newMap = "map_htm/inset_25/inset_25_006.htm";
	}else if(theMap.toLowerCase() == "ryton on dunsmore"){
	  newMap = "map_htm/inset_26/inset_26_021.htm";
	}else if(theMap.toLowerCase() == "shilton"){
	  newMap = "map_htm/inset_27/inset_27_011.htm";
	}else if(theMap.toLowerCase() == "stretton-on-dunsmore"){
	  newMap = "map_htm/inset_28/inset_28_010.htm";
	}else if(theMap.toLowerCase() == "stretton-under-fosse"){
	  newMap = "map_htm/inset_29/inset_29_008.htm";
	}else if(theMap.toLowerCase() == "thurlaston"){
	  newMap = "map_htm/inset_30/inset_30_008.htm";
	}else if(theMap.toLowerCase() == "willey"){
	  newMap = "map_htm/inset_31/inset_31_015.htm";
	}else if(theMap.toLowerCase() == "willoughby"){
	  newMap = "map_htm/inset_32/inset_32_006.htm";
	}else if(theMap.toLowerCase() == "wolston"){
	  newMap = "map_htm/inset_33/inset_33_035.htm";
	}else if(theMap.toLowerCase() == "brandon"){
	  newMap = "map_htm/inset_06/inset_06_009.htm";
	}else if(theMap.toLowerCase() == "wolvey"){
	  newMap = "map_htm/inset_34/inset_34_008.htm";
	}else if(theMap.toLowerCase() == "town centre inset"){
	  newMap = "map_htm/inset_36/inset_36_022.htm";
	}else if(theMap.toLowerCase() == "urban proposals map"){
	  newMap = "map_htm/inset_35/inset_35_143.htm";
	}else if(theMap.toLowerCase() == "churchover"){
	  newMap = "map_htm/inset_11/inset_11_005.htm";
	}else if(theMap.toLowerCase() == "leamington hastings"){
	  newMap = "map_htm/inset_19/inset_19_002.htm";
	}else if(theMap.toLowerCase() == "rural proposlas map"){
	  newMap = "map_htm/inset_37/inset_37_119.htm";
	}else{
	  newMap = "";
	}
	
	//Go to map location
	if(newMap != ""){
	  if(source == "propmap"){
			newMap = "../../" + newMap;
	  }
	  eval("parent.location='" + newMap + "'");
	}
}

//^^^Insert pre- generated code above ^^^


//*********Image click (Proposals Maps map > overview map ) This functionality only works for IE and Opera
function openOverview(e){

	//Set-up
	var imageWidth = 400; 								//Width of main overview image in pixels
	var imageHeight = 400; 								//Width of main overview image in pixels

	var tileWidth = 33760; 								//Width of main overview image in metres
	var tileHeight = 33760;								//Width of main overview image in metres

	var pixpermetreX =  tileWidth /imageWidth;
	var pixpermetreY =  tileHeight /imageHeight;

	var tileOriginX = 428620;							//Origin of main overview image in ground metres
	var tileOriginY = 260600;	
	
	tileOriginY = tileOriginY + tileHeight; 			//Make origin top left

	//Get user clicked location x,y (pixels).
	var theX = event.offsetX			
	var theY = event.offsetY

	//Convert to real world metres.
	theX = Number(theX) * pixpermetreX;	
	theY = Number(theY) * pixpermetreY; 
	theX =  tileOriginX + theX;
	theY =  tileOriginY - theY;
	
	//Check if the user clicked in an inset map area.		
	for(i=0;i<nofInsets;i++){
		
		//Define extent of each inset map area
		ovblx = theinsetsmaps[i][4]; 
		ovbly = theinsetsmaps[i][5]; 
		ovtrx = theinsetsmaps[i][6];
		ovtry = theinsetsmaps[i][7];
		var outSideX = "false";
		var outSideY = "false";
				
		if((theX >= ovtrx) | (theX <= ovblx)){
			outSideX = "true";		
		}
		if((theY >= ovtry) | (theY <= ovbly)){
			outSideY = "true";
		}

		if((outSideX == "false") & (outSideY == "false")){			//User has clicked within an inset map						
			var distx = theX - ovblx;
			var disty = theY - ovbly;
			
			var gridcnt = theinsetsmaps[i][8];
			var thecol = 1;
			while (gridcnt < distx){
				thecol = thecol + 1;
				gridcnt = gridcnt + (theinsetsmaps[i][8] - theinsetsmaps[i][9]);  
			}	
	 
			var gridcnt = theinsetsmaps[i][8];
			var therow = 1;  
			while (gridcnt < disty){
				therow = therow + 1;
				gridcnt = gridcnt + (theinsetsmaps[i][8] - theinsetsmaps[i][9]);  
			}			
			
			var theTileNo =  ((therow -1) * theinsetsmaps[i][11]) + thecol;

			//Adjust the tile number to agree with the standard "###"
			if(theTileNo < 10){
				theTileNo = "00" + theTileNo;
			}
			else if(theTileNo < 100){
				theTileNo = "0" + theTileNo;
			}
			else{
				theTileNo = String(theTileNo);
			}				

			theURL = "map_opening.htm?" + theinsetsmaps[i][0];
						
			//Open the selected tile in same window 
			eval("parent.location='" + theURL + "'");				
			break;																	//Quit the loop as the inset map has been found.
		}
	
	}		
}

//*********Define the Browser window title to = map/inset name.
//vvv Insert pre- generated code below (js_definemaptitle.txt) vvv
function defineMapTitle(theMapNo){
	if(theMapNo.toLowerCase() == "inset_01"){
	  theTitle = "Ansty";
	}
	else if(theMapNo.toLowerCase() == "inset_02"){
	  theTitle = "Barnacle";
	}
	else if(theMapNo.toLowerCase() == "inset_03"){
	  theTitle = "Binley Woods";
	}
	else if(theMapNo.toLowerCase() == "inset_04"){
	  theTitle = "Birdingbury";
	}
	else if(theMapNo.toLowerCase() == "inset_05"){
	  theTitle = "Bourton-on-Dunsmore";
	}
	else if(theMapNo.toLowerCase() == "inset_07"){
	  theTitle = "Brinklow";
	}
	else if(theMapNo.toLowerCase() == "inset_08"){
	  theTitle = "Broadwell";
	}
	else if(theMapNo.toLowerCase() == "inset_09"){
	  theTitle = "Burton Hastings";
	}
	else if(theMapNo.toLowerCase() == "inset_10"){
	  theTitle = "Church Lawford";
	}
	else if(theMapNo.toLowerCase() == "inset_12"){
	  theTitle = "Clifton upon Dunsmore";
	}
	else if(theMapNo.toLowerCase() == "inset_13"){
	  theTitle = "Dunchurch";
	}
	else if(theMapNo.toLowerCase() == "inset_14"){
	  theTitle = "Easenhall";
	}
	else if(theMapNo.toLowerCase() == "inset_15"){
	  theTitle = "Flecknoe";
	}
	else if(theMapNo.toLowerCase() == "inset_16"){
	  theTitle = "Frankton";
	}
	else if(theMapNo.toLowerCase() == "inset_17"){
	  theTitle = "Grandborough";
	}
	else if(theMapNo.toLowerCase() == "inset_18"){
	  theTitle = "Harborough Magna";
	}
	else if(theMapNo.toLowerCase() == "inset_20"){
	  theTitle = "Long Lawford";
	}
	else if(theMapNo.toLowerCase() == "inset_21"){
	  theTitle = "Marton";
	}
	else if(theMapNo.toLowerCase() == "inset_22"){
	  theTitle = "Monks Kirby";
	}
	else if(theMapNo.toLowerCase() == "inset_23"){
	  theTitle = "Newton";
	}
	else if(theMapNo.toLowerCase() == "inset_24"){
	  theTitle = "Pailton";
	}
	else if(theMapNo.toLowerCase() == "inset_25"){
	  theTitle = "Princethorpe";
	}
	else if(theMapNo.toLowerCase() == "inset_26"){
	  theTitle = "Ryton on Dunsmore";
	}
	else if(theMapNo.toLowerCase() == "inset_27"){
	  theTitle = "Shilton";
	}
	else if(theMapNo.toLowerCase() == "inset_28"){
	  theTitle = "Stretton-on-Dunsmore";
	}
	else if(theMapNo.toLowerCase() == "inset_29"){
	  theTitle = "Stretton-under-Fosse";
	}
	else if(theMapNo.toLowerCase() == "inset_30"){
	  theTitle = "Thurlaston";
	}
	else if(theMapNo.toLowerCase() == "inset_31"){
	  theTitle = "Willey";
	}
	else if(theMapNo.toLowerCase() == "inset_32"){
	  theTitle = "Willoughby";
	}
	else if(theMapNo.toLowerCase() == "inset_33"){
	  theTitle = "Wolston";
	}
	else if(theMapNo.toLowerCase() == "inset_06"){
	  theTitle = "Brandon";
	}
	else if(theMapNo.toLowerCase() == "inset_34"){
	  theTitle = "Wolvey";
	}
	else if(theMapNo.toLowerCase() == "inset_36"){
	  theTitle = "Town Centre Inset";
	}
	else if(theMapNo.toLowerCase() == "inset_35"){
	  theTitle = "Urban Proposals Map";
	}
	else if(theMapNo.toLowerCase() == "inset_11"){
	  theTitle = "Churchover";
	}
	else if(theMapNo.toLowerCase() == "inset_19"){
	  theTitle = "Leamington Hastings";
	}
	else if(theMapNo.toLowerCase() == "inset_37"){
	  theTitle = "Rural Proposlas Map";
	}
	else{
	theTitle = "";
	}
	return theTitle;
}

//^^^Insert pre- generated code above ^^^


//********Get the attribute and open the written doc in new window or open a list of policies (called on main map click/keypress).
function getatt(thePolRef,theDoc){

	if(theDoc.indexOf("inset") != -1){								//*****User has clicked on Inset hotpot -open the new inset map
		openMapAtCentre(thePolRef,'propmap');	
	}else if(thePolRef != ""){										//*****User has clicked on policy hotpot - open policy list or written statement
		var comm = thePolRef.indexOf(",");
		if(comm == -1){												//Only one policy selected - Open written statement
			//Remove any specifics eg (1) etc. from the policy reference.
			var test = thePolRef.indexOf(" ");
			if(test != -1){
				var newPolRef = thePolRef.substring(0,test);
				thePolRef = newPolRef;
			}
			
			theURL = "../../written/cpt" + theDoc + ".htm#" + thePolRef.toLowerCase();	
			winName =  "Written";  
			features = "menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=630,height=500";
			var theWin = window.open(theURL,winName,features);
			theWin.focus();
		}else{														//More than one policy selected - Open the policy list
			polIndex(thePolRef,theDoc);
		}
	}		
}	


//*********Opens index of policies realating to selected site the user has clicked on.
function polIndex(thePolRef,theDoc){																		
		theURL = "../../pol_index.htm?" + thePolRef + "&" + theDoc;	
		winName = "thePolIndex";
		features = "menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=630,height=500";
		var theWin = window.open(theURL,winName,features);
		theWin.focus();									//Ensure map window is visible on top
 			
}


//*******************Function to remove the space code %20 and ampersand code %38
function removePercentCode(theTitle){

	//Remove space code '%20'
	var newstring = "";																	
	var pos = theTitle.indexOf("%20");
	
	if(pos != -1){
		newstring = newstring + theTitle.substring(0,pos) + " "	;
		test = theTitle.substring((pos+3),theTitle.length);	
		pos = test.indexOf("%20");
	
		while (pos != -1){
			newstring = newstring + test.substring(0,pos) + " ";
			test = test.substring((pos+3),test.length);	
			pos = test.indexOf("%20");
		}
		
		newstring = newstring + test.substring(0,test.length);
	}
	else{
		newstring = theTitle;
	}

	//Remove ampersand code '%38'
	var newstring2 = "";																	
	var pos = newstring.indexOf("%38");
	
	if(pos != -1){
		newstring2 = newstring2 + newstring.substring(0,pos) + "&";	
		test = newstring.substring((pos+3),newstring.length);	
		pos = test.indexOf("%38");
	
		while (pos != -1){
			newstring2 = newstring2 + test.substring(0,pos) + "&";
			test = test.substring((pos+3),test.length);	
			pos = test.indexOf("%38");
		}
		
		newstring2 = newstring2 + test.substring(0,test.length);
	}
	else{
		newstring2 = newstring;
	}

	//Remove trailing and leading spaces.
	if(newstring2.indexOf(" ") == 0){
		newstring3 = newstring2.substring(1,newstring2.length);
	}
	else{
		newstring3 = newstring2;
	}
	if(newstring3.indexOf(" ") == (newstring3.length -1)){
		newstring4 = newstring3.substring(0,(newstring3.length-1));
	}
	else{
		newstring4 = newstring3;
	}
	
	return(newstring4);

}	

//*******************Replaces the policy ref number with the policy name (Used when printed to the policy index page pol_index.htm)
//vvv Insert pre- generated code below (js_getpolicyname.txt) vvv
function getPolicyName(polNum){
	if(polNum == "A2"){
	  thePolName = "Policy A2 - Livestock Market opportunity site";
	}
	else if(polNum == "E2"){
	  thePolName = "Policy E5 - Landscape and settlement character";
	}
	else if(polNum == "E7"){
	  thePolName = "Policy E7 - Development affecting sites of importance for nature conservation (including sites of importance for geology)";
	}
	else if(polNum == "E10"){
	  thePolName = "Policy E10 - Development in Conservation Areas";
	}
	else if(polNum == "E16"){
	  thePolName = "Policy E16 - Development and archaeology";
	}
	else if(polNum == "E17"){
	  thePolName = "Policy E17 - Development affecting parks and gardens and other elements of historic landscape";
	}
	else if(polNum == "ED2"){
	  thePolName = "Policy ED2 - Major employment sites within the urban area";
	}
	else if(polNum == "ED3"){
	  thePolName = "Policy ED3 - Major Investment Site";
	}
	else if(polNum == "ED5"){
	  thePolName = "Policy ED5 - Retention of existing strategically significant employment sites";
	}
	else if(polNum == "ED4"){
	  thePolName = "Policy ED4 - Major developed sites in the green belt";
	}
	else if(polNum == "GP10"){
	  thePolName = "Policy GP10 - Flooding and surface water drainage";
	}
	else if(polNum == "H3"){
	  thePolName = "Policy H3 - Housing proposals in the Rugby Urban Area";
	}
	else if(polNum == "H4"){
	  thePolName = "Policy H4 - Reserve housing sites";
	}
	else if(polNum == "H5"){
	  thePolName = "Policy H5 - Safeguarded housing land";
	}
	else if(polNum == "LR2"){
	  thePolName = "Policy LR2 - Country Park";
	}
	else if(polNum == "LR4"){
	  thePolName = "Policy LR4 - Safeguarding open space";
	}
	else if(polNum == "S1"){
	  thePolName = "Policy S1 - Urban development priorities";
	}
	else if(polNum == "S3"){
	  thePolName = "Policy S3 - Rural settlement hierarchy";
	}
	else if(polNum == "T7"){
	  thePolName = "Policy T7 - Bus/rail interchange";
	}
	else if(polNum == "T8"){
	  thePolName = "Policy T8 - Key transport corridors";
	}
	else if(polNum == "T9"){
	  thePolName = "Policy T9 - Safeguarding the route of the Rugby Western Relief Road";
	}
	else if(polNum == "T10"){
	  thePolName = "Policy T10 - Safeguarding of County route improvement schemes";
	}
	else if(polNum == "TCR1"){
	  thePolName = "Policy TCR1 - The primary shopping area";
	}
	else if(polNum == "TCR2"){
	  thePolName = "Policy TCR2 - Town centre shopping area uses";
	}
	else if(polNum == "TCR3"){
	  thePolName = "Policy TCR3 - Town centre uses";
	}
	else if(polNum == "TCR4"){
	  thePolName = "Policy TCR4 - Chapel street redevelopment";
	}
	else if(polNum == "TCR5"){
	  thePolName = "Policy TCR5 - Town centre gateway";
	}
	else{
	  thePolName = "";
	}
	return(thePolName);
}
//^^^Insert pre- generated code above ^^^

//**********Updates the main map by clicking the region overview map. This functionality only works for IE and Opera
function updatemap1(e){

	//Set-up
	var imageWidth = 200; 								//Width of main overview image in pixels
	var tileWidth = 33760; 								//Width of main overview image in metres
	var pixpermetre =  tileWidth /imageWidth;
	var tileOriginX = 428620;							//Origin of main overview image in ground metres
	var tileOriginY = 260600;
	
	tileOriginY = tileOriginY + tileWidth; 				//Make origin top left

	//Get user clicked location x,y (pixels).
	var theX = event.offsetX;			
	var theY = event.offsetY;
	
	//Convert to real world metres.
	theX = Number(theX) * pixpermetre;	
	theY = Number(theY) * pixpermetre;  
	theX =  tileOriginX + theX;
	theY =  tileOriginY - theY;
	
	//Check if the user clicked in an inset map area.		
	for(i=0;i<nofInsets;i++){
		
		//Define extent of each inset map area
		ovblx = theinsetsmaps[i][4]; 
		ovbly = theinsetsmaps[i][5]; 
		ovtrx = theinsetsmaps[i][6]; 
		ovtry = theinsetsmaps[i][7];
		var outSideX = "false";
		var outSideY = "false";
				
		if((theX >= ovtrx) | (theX <= ovblx)){
			outSideX = "true";		
		}
		if((theY >= ovtry) | (theY <= ovbly)){
			outSideY = "true";
		}

		if((outSideX == "false") & (outSideY == "false")){			//User has clicked within an inset map						
			var distx = theX - ovblx;
			var disty = theY - ovbly;
			
			var gridcnt = theinsetsmaps[i][8];
			var thecol = 1; 
			while (gridcnt < distx){
				thecol = thecol + 1;
				gridcnt = gridcnt + (theinsetsmaps[i][8] - theinsetsmaps[i][9]);  
			}	
	 
			var gridcnt = theinsetsmaps[i][8];
			var therow = 1;  
			while (gridcnt < disty){
				therow = therow + 1;
				gridcnt = gridcnt + (theinsetsmaps[i][8] - theinsetsmaps[i][9]);  
			}			
			
			var theTileNo =  ((therow -1) * theinsetsmaps[i][11]) + thecol;

			//Adjust the tile number to agree with the standard "###"
			if(theTileNo < 10){
				theTileNo = "00" + theTileNo;
			}
			else if(theTileNo < 100){
				theTileNo = "0" + theTileNo;
			}
			else{
				theTileNo = String(theTileNo);
			}

			//Update main map frame
			var newloc = "../../map_htm/" + theinsetsmaps[i][0] + "/" + theinsetsmaps[i][0] + "_" + theTileNo + ".htm";		
			parent.window.location = newloc;	
			break;																	//Quit the loop as the inset map has nbeen found.
		}
	
	}

}

//**********Updates the main map by clicking the inset overview map. This functionality only works for IE and Opera
function updatemap2(e){

	//Get the current overview image.
	var cmdString = String(parent.document.location);
	
	var theSep;
	for (n=0;n<cmdString.length; n++){
		var teststring = cmdString.substring(n,(n + 1));
		if(teststring == "/"){
			theSep = n;
		}
	}
	var tempstring = cmdString.substring((theSep +1),(cmdString.length));
	for (n=0;n<tempstring.length; n++){
		var teststring =  tempstring.substring(n,(n + 1));
		if(teststring == "_"){
			theSep = n;
		}
	}	
	var theName = tempstring.substring(0,theSep);		
		
	//Define the current overview.	
	for(i=0;i<nofInsets;i++){
		if(theName.toUpperCase() == theinsetsmaps[i][0].toUpperCase()){
			var useIndex = i;
		}
	}
	
	var imageWidth = 200 ;																		//Width of inset overview image in pixels
	var pixpermetre =  theinsetsmaps[useIndex][3] / imageWidth;
	var origTLY  = theinsetsmaps[useIndex][2] + theinsetsmaps[useIndex][3];		//Make origin top left

	//Get user clicked location x,y (pixels).
	var theX = event.offsetX;			
	var theY =  event.offsetY;

	//Convert to real world metres.
	theX = Number(theX) * pixpermetre;	
	theY = Number(theY) * pixpermetre ;  
	theX =  theinsetsmaps[useIndex][1] + theX;
	theY =  origTLY - theY;

	//Define if user has clicked in the map area
	var outSideX = "false";
	var outSideY = "false";
	
	if((theX >= theinsetsmaps[useIndex][6]) | (theX <= theinsetsmaps[useIndex][4])){
		outSideX = "true";		
	}
	if((theY >= theinsetsmaps[useIndex][7]) | (theY <= theinsetsmaps[useIndex][5])){
		outSideY = "true";
	}

	//Define the new map image to load in.
	if((outSideX == "true") | (outSideY == "true")){			
		//alert("outside the area")
	}
	else{
		var distx = theX - theinsetsmaps[useIndex][4];
		var disty = theY - theinsetsmaps[useIndex][5];
		
		var gridcnt = theinsetsmaps[useIndex][8];
  		var thecol = 1; 
		while (gridcnt < distx){
			thecol = thecol + 1;
			gridcnt = gridcnt + (theinsetsmaps[useIndex][8] - theinsetsmaps[useIndex][9]);  
		}	
 
		var gridcnt = theinsetsmaps[useIndex][8];
  		var therow = 1; 
		while (gridcnt < disty){
			therow = therow + 1;
			gridcnt = gridcnt + (theinsetsmaps[useIndex][8] - theinsetsmaps[useIndex][9]);  
		}			
		
		var theTileNo =  ((therow -1) * theinsetsmaps[useIndex][11]) + thecol;

		//Adjust the tile number to agree with the standard "###"
		if(theTileNo < 10){
			theTileNo = "00" + theTileNo;
		}
		else if(theTileNo < 100){
			theTileNo = "0" + theTileNo;
		}
		else{
			theTileNo = String(theTileNo);
		}
		
		//Update main map frame
		var newloc =  theName + "_" + theTileNo + ".htm"; 
		parent.window.location = newloc;

	}
	
}

//*********Opens mapping from the Proposals Maps
function openMap(selObj,theSource){ 

	//Get the inset number
	if (theSource == 1){
		var inString = selObj.options[selObj.selectedIndex].value;
	}else{
		var inString = selObj;
	}
	
	if(inString != "#"){
		//Get the inset number
		var sep = inString.indexOf("_");
		var string1 = inString.substring(0,(sep+1));
		var string2 = inString.substring((sep+1),inString.length);
		var sep2 = string2.indexOf("_");
		if(sep2 != -1){
			var insetNo = string1 + string2.substring(0,sep2);
		}
		else{
			var insetNo = string1.substring(0,(string1.length -1));
		}
	
		//If using IE or opera open intermediate window for the user to select exact map location
		if(((is_ie == true) && (is_ie5up == true))|| ((is_opera == true) && (is_opera5up == true))){				//IE or Opera open overview mapping
			var mapLoc = "map_opening.htm?" + insetNo;				 
		}
		else{
			var mapLoc = "map_htm/" + insetNo + "/" + inString + ".htm";
		}
	
		//Open in current window
		eval("parent.location='" + mapLoc + "'");
	
		if (theSource == 1){
			selObj.selectedIndex=0;
		}
	}
}

//*********Defines how the map list is shown on the Proposals Maps (Keyboard accessible list or combo box)
function getMapList(toShow){
	if(toShow == "combo"){									//Show combo box
		eval("parent.location='map_index.htm?false'");
	}
	else{													//Show as text list
		eval("parent.location='map_index.htm?true'");
	}
}

//*******************************Defines the map to load from the postcode search.
function getSelectedPC(selObj){
	
	//Passed tile location.
	var tileLoc = selObj.options[selObj.selectedIndex].value;
			
	//Get the inset number
	var sep = tileLoc.indexOf("_");
	var string1 = tileLoc.substring(0,(sep+1));
	var string2 = tileLoc.substring((sep+1),tileLoc.length);
	var sep2 = string2.indexOf("_");
	if(sep2 != -1){
		var insetNo = string1 + string2.substring(0,sep2);
	}
	else{
		var insetNo = string1.substring(0,(string1.length -1));
	}

	//Get the path of the selected tile
	var mapLoc = "map_htm/" + insetNo + "/" + tileLoc + ".htm";

	//Open in current window
 	eval("parent.location='" + mapLoc + "'");
								
}

//******************************Opens a map from a link on the written statement
function goToMapLoc(theMapRef){

	 if(theMapRef != ""){	
		var comm = theMapRef.indexOf(",");
		if(comm == -1){												//Only one location go straight to the map.						
			//Get the inset number
			var sep = theMapRef.indexOf("_");
			var string1 = theMapRef.substring(0,(sep+1));
			var string2 = theMapRef.substring((sep+1),theMapRef.length);
			var sep2 = string2.indexOf("_");
			if(sep2 != -1){
				var insetNo = string1 + string2.substring(0,sep2);
			}
			else{
				var insetNo = string1.substring(0,(string1.length -1));
			}
			
			var mapLoc = "../map_htm/" + insetNo + "/" + theMapRef + ".htm";
			    	     
			//Open in current window
 			eval("parent.location='" + mapLoc + "'");
		}	
		else{														//More than one location open intermediate window for user to choose.
			var theURL = "../loc_index.htm?" + theMapRef ;	
 			eval("parent.location='" + theURL + "'");
		}
	}		

}

//******************************Opens a driagram window from the written statement
function openDiagram(theMapRef){
	//Open in new window;
	theURL = "diag.htm?" + theMapRef;	
	winName = "Diagram";
	features = "toolbar=no,scrollbars=yes,resizable=yes,width=500,height=500";
	window.open(theURL,winName,features);		
}

//******************************Opens a legend window in a new window over the mapping
function openLegend(theLegend){
	var distFromTop = self.screenTop;
	var distFromLeft = self.screenLeft;
	var xPos = distFromLeft + 480;
	var yPos = distFromTop;

	//Open in new window;
	theURL = "../../" + theLegend + ".htm";	
	winName = "Legend";
	features = "toolbar=no,scrollbars=yes,resizable=yes,width=400,height=800,left=" + xPos + ",top=" + yPos;
	var theWin = window.open(theURL,winName,features);
	theWin.focus();									//Ensure map window is visible on top
	
}

//***********END of Script
