aimsIdentifyPresent=true;var currentHyperLinkLayer="";var currentHyperLinkField="";var currentHyperLinkPrefix="";var currentHyperLinkSuffix="";var hyperlinkWindowWidth=500;var hyperlinkWindowHeight=400;var searchTolerance=1/100;var queryStartRecord=1;if(imsQueryURL==""){imsQueryURL=imsURL+"&CustomService=Query";}var canQuery=true;var newSelectCount=0;var selectPoints=new Array();var canSelectInvisible=true;function identify(e){if(USGS_OGC_Loaded){IdentifyAllWindow(e);}else{if(checkIfActiveLayerAvailable()){highlightedOne="";var theX=mouseX;var theY=mouseY;getMapXY(theX,theY);searchTolerance=(xDistance/iWidth)*pixelTolerance;var tempWest=mapX-searchTolerance;var tempNorth=mapY+searchTolerance;var tempEast=mapX+searchTolerance;var tempSouth=mapY-searchTolerance;var theString=writeGetFeatures(tempWest,tempSouth,tempEast,tempNorth);showRetrieveData();sendToServer(imsQueryURL,theString,identifyXMLMode);}}};function hyperLink(e){if(checkIfActiveLayerAvailable()){if(currentHyperLinkLayer!=""){highlightedOne="";var theX=mouseX;var theY=mouseY;getMapXY(theX,theY);searchTolerance=(xDistance/iWidth)*pixelTolerance;var tempWest=mapX-searchTolerance;var tempNorth=mapY+searchTolerance;var tempEast=mapX+searchTolerance;var tempSouth=mapY-searchTolerance;var tempSwap=swapSelectFields;swapSelectFields=false;var tempSelect=selectFields;selectFields=LayerIDField[ActiveLayerIndex]+" "+LayerShapeField[ActiveLayerIndex]+" "+currentHyperLinkField;var theString=writeGetFeatures(tempWest,tempSouth,tempEast,tempNorth);selectFields=tempSelect;swapSelectFields=tempSwap;showRetrieveData();sendToServer(imsQueryURL,theString,hyperlinkXMLMode);}else{alert(msgList[47]);}}}function writeGetFeatures(west1,south1,east1,north1){if(swapSelectFields){selectFields=selFieldList[ActiveLayerIndex];}var useString=writeIdentifyXML(ActiveLayer,ActiveLayerType,selectFields,west1,south1,east1,north1,maxFeaturesReturned,useLimitExtent);hightlightedOne="";return useString;}function writeIdentifyXML(theLayer,theLayerType,theFields,leftX,bottomY,rightX,topY,maxReturned,hasLimit){var theString='<ARCXML version="1.1">\n<REQUEST>\n<GET_FEATURES outputmode="xml" envelope="false" geometry="false" featurelimit="'+maxReturned+'">\n';theString+='<LAYER id="'+theLayer+'" />';theString+='<SPATIALQUERY subfields="'+theFields+'">';theString+='<SPATIALFILTER relation="area_intersection" >';theString+='<ENVELOPE maxy="'+forceComma(topY)+'" maxx="'+forceComma(rightX)+'" miny="'+forceComma(bottomY)+'" minx="'+forceComma(leftX)+'" />';theString+='</SPATIALFILTER>';theString+='</SPATIALQUERY>';if(hasLimit){theString+='<SPATIALFILTER relation="area_intersection">\n';theString+='<ENVELOPE maxx="'+forceComma(limitRight)+'" maxy="'+forceComma(limitTop)+'" minx="'+forceComma(limitLeft)+'" miny="'+forceComma(limitBottom)+'" />\n';theString+='</SPATIALFILTER>\n';}theString+='</GET_FEATURES>';theString+='</REQUEST>';theString+='</ARCXML>';return theString;}function displayAttributeData(theReply){setLayerFields(ActiveLayerIndex);var theError=getXMLErrorMessage(theReply);var fList="";var lpos1=1;var lpos2=1;var epos=1;var spos=1;var morePoints=true;var moreFeatures=true;var featureCount=justGetFeatureCount(theReply);var pos=0;var startpos=0;var endpos=xmlEndPos;var stillMore=false;pos=theReply.indexOf('hasmore="true"',endpos);if(pos!=-1){stillMore=true;}pos=0;var tempCount=0;var selectedData="";var inData="";var xStr="";var yStr="";var tempString="";var fCount=featureCount;selectCount=0;var theFrame="parent.MapFrame";var WindowContent='';var linkString="width="+hyperlinkWindowWidth+",height="+hyperlinkWindowHeight+",scrollbars=yes,resizable=yes";if(featureCount>0){newSelectCount+=1;if(showSelectedData){if((useExternalWindow)||(!useTextFrame)){theFrame="opener";if(parent.MapFrame!=null){theFrame="opener.parent.MapFrame";}}WindowContent='';WindowContent+=('<strong><h2>'+LayerName[ActiveLayerIndex]+'</h2></strong>');WindowContent+=('<table border="1" cellspacing="0" cellpadding="2" nowrap="nowrap" bgcolor="'+tableBackColor+'">');}endpos=1;for(var i=0;i<fCount;i++){if(toolMode!=4){var theXYs=getEnvelopeXYs(theReply,endpos);selectLeft[selectCount]=theXYs[0];selectBottom[selectCount]=theXYs[1];selectRight[selectCount]=theXYs[2];selectTop[selectCount]=theXYs[3];endpos=xmlEndPos;}inData=parseRecordString(theReply,endpos);endpos=xmlEndPos;selectedData=inData;epos=theReply.indexOf("</FEATURE",endpos);if(showSelectedData){var showHyper=false;if(hyperLinkLayers!=null){for(var s1=0;s1<hyperLinkLayers.length;s1++){if(hyperLinkLayers[s1]==LayerName[ActiveLayerIndex]){showHyper=true;}}}var fName1=getFieldNames(selectedData);var fValue1=getFieldValues(selectedData);selectPoints[selectCount]=getIdValue(fName1,fValue1);var idFieldNum=-1;var shapeFieldNum=-1;if(hideIDFieldData){for(var f=0;f<fName1.length;f++){if(fName1[f]==LayerIDField[ActiveLayerIndex]){idFieldNum=f;}}}if(hideShapeFieldData){for(var g=0;g<fName1.length;g++){if(fName1[g]==LayerShapeField[ActiveLayerIndex]){shapeFieldNum=g;}}}if(selectCount==0){WindowContent+=('<tr><th><small>'+msgList[86]+'</small></a></th>');for(var h=0;h<fName1.length;h++){if((h!=idFieldNum)&&(h!=shapeFieldNum)){var f2=-1;if(useFieldAlias){for(var f3=0;f3<AliasFieldName.length;f3++){if(AliasFieldName[f3]==fName1[f]){f2=f3;}}}if(f2!=-1){WindowContent+=('<th><small>'+AliasFieldAlias[f2]+'</small></a></th>');}else{WindowContent+=('<th><small>'+fName1[h]+'</small></a></th>');}}}WindowContent+=('</tr>');}WindowContent+=('<tr><td>');if(toolMode!=4){WindowContent+=('	<span class="button"><a href="javascript:'+theFrame+'.showHighlight('+selectCount+')">&nbsp;');}WindowContent+=('<small>'+(selectCount+queryStartRecord)+'</small>');if(toolMode!=4){WindowContent+=('&nbsp;</a></span>');}WindowContent+=('</td>');for(var q=0;q<fName1.length;q++){if((q!=idFieldNum)&&(q!=shapeFieldNum)){WindowContent+=('<td>');var isHyper=false;if(showHyper){for(var s1a=0;s1a<hyperLinkFields.length;s1a++){if(hyperLinkFields[s1a]==fName1[q]){var theLinkURL=currentHyperLinkPrefix+fValue1[q]+currentHyperLinkSuffix;WindowContent+=('<a href="'+theLinkURL+'" target="_blank">');isHyper=true;}}}var s2=-1;for(var s1b=0;s1b<LayerFields.length;s1b++){if(fName1[q]==LayerFields[s1b]){s2=s1b;}}if(LayerFieldType[s2]=="91"){var theDate;if(isNaN(fValue1[q])){theDate=fValue1[q];}else{var theDateObj=new Date(parseFloat(fValue1[q]));var d=theDateObj.toUTCString();theDate=d.replace(/GMT|UTC/,"");}WindowContent+=('<small>'+theDate+'</small>');theDate=null;}else{WindowContent+=('<small>'+fValue1[q]+'</small>');}if(isHyper){WindowContent+=('</a>');}WindowContent+=('</td>');}}WindowContent+=('</tr>');fName1=null;fValue1=null;}selectCount+=1;}if(showSelectedData){WindowContent+=('</table><small><br />');if(toolMode!=25){if(queryStartRecord>1){var prevRecord=queryStartRecord-maxFeaturesReturned;if(prevRecord<1){prevRecord=1;}WindowContent+=('	<span class="button"><a href="javascript:'+theFrame+'.getMoreData('+prevRecord+')">&nbsp;');WindowContent+=('<strong>'+msgList[61]+maxFeaturesReturned+msgList[62]+'</strong>');WindowContent+=('&nbsp;</a></span>');}if(stillMore){var nextRecord=featureCount+queryStartRecord;WindowContent+=('	<span class="button"><a href="javascript:'+theFrame+'.getMoreData('+nextRecord+')">&nbsp;');WindowContent+=('<strong>'+msgList[63]+'</strong>');WindowContent+=('&nbsp;</a></span>');}}if((toolMode!=4)&&(toolMode!=25)&&(selectCount>1)){WindowContent+=('	<span class="button"><a href="javascript:'+theFrame+'.zoomToReturnedRecords()">&nbsp;');WindowContent+=('<strong>Zoom to these records</strong>');WindowContent+=('&nbsp;</a></span>');}WindowContent+=('</small>');Create_Pop_Up_Window(titleList[7],'',WindowContent,'IdentifyResults',linkString);}if((queryStartRecord==1)&&(toolMode!=4)&&(toolMode!=25)){if((selectCount==1)&&(zoomToSingleSelect)){var fWidth=selectRight[0]-selectLeft[0];var fHeight=selectTop[0]-selectBottom[0];var mWMargin=0;var mHMargin=0;if(selectType=="point"){mWMargin=fullWidth*selectPointMargin;mHMargin=fullHeight*selectPointMargin;if(mWMargin>xDistance/2){mWMargin=xDistance/2;mHMargin=yDistance/2;}}else{mWMargin=fWidth*selectMargin;mHMargin=fHeight*selectMargin;};saveLastExtent();eLeft=selectLeft[0]-mWMargin;eRight=selectRight[0]+mWMargin;eTop=selectTop[0]+mHMargin;eBottom=selectBottom[0]-mHMargin;};sendMapXML();}}else{WindowContent='';WindowContent+=('<strong><h2>'+LayerName[ActiveLayerIndex]+'</h2></strong><small>');WindowContent+=('<br />'+msgList[64]);if(debugOn>0){WindowContent+=('<br />'+msgList[65]+'<br />');WindowContent+=(untag(theReply));}else{if(theError!=""){WindowContent+=('<br />'+msgList[66]+'<br />');WindowContent+=(theError);}};WindowContent+=('</small>');Create_Pop_Up_Window(titleList[8],'',WindowContent,'QueryWindow','width=575,height=360,scrollbars=yes,resizable=yes');};if(toolMode==4){selectCount=0;};hideRetrieveData();};function parseHyperLink(theReply){var fList="";var lpos1=1;var lpos2=1;var pos=0;var startpos=0;var endpos=0;var fString=theReply.substring(startpos,endpos);var featureCount=justGetFeatureCount(theReply);var linkString="width="+hyperlinkWindowWidth+",height="+hyperlinkWindowHeight+",scrollbars=yes,resizable=yes";var selectedData="";var fCount=featureCount;selectCount=0;var tempString="";var WindowContent='';if(featureCount>0){var searchStr=currentHyperLinkField+"=";newSelectCount+=1;endpos=1;pos=theReply.indexOf(searchStr,1);startpos=pos+searchStr.length+1;endpos=theReply.indexOf(dQuote,startpos);inData=theReply.substring(startpos,endpos);var theLinkURL=currentHyperLinkPrefix+inData+currentHyperLinkSuffix;if(parent.TextFrame!=null){WindowContent='';WindowContent+=('<strong><h2>'+LayerName[ActiveLayerIndex]+'</h2></strong><small>');WindowContent+=('<br />'+msgList[67]+theLinkURL);WindowContent+=('</small>');Create_Pop_Up_Window(titleList[9],'',WindowContent,'HyperlinkWindow',linkString);};var Win1=open(theLinkURL,"",linkString);}else{if(parent.TextFrame!=null){WindowContent='';WindowContent+=('<strong><h2>'+LayerName[ActiveLayerIndex]+'</h2></strong><small>');WindowContent+=('<br />'+msgList[68]+theLinkURL);if(debugOn>0){WindowContent+=('<br />'+msgList[68]+theLinkURL);WindowContent+=(untag(theReply));};WindowContent+=('</small>');Create_Pop_Up_Window(titleList[9],'',WindowContent,'HyperlinkWindow','width=575,height=120,scrollbars=yes,resizable=yes');}else{var msg=msgList[69];if(debugOn>0){msg=msg+msgList[9]+theReply;};alert(msg);}};hideRetrieveData();};function checkSelected(){var isOk=false;if(selectCount>0){isOk=true;};return isOk;};function checkHyperLinkLayer(layerIndex){var canLink=false;for(var i=0;i<hyperLinkLayers.length;i++){if(LayerName[layerIndex]==hyperLinkLayers[i]){canLink=true;currentHyperLinkLayer=LayerName[layerIndex];currentHyperLinkField=hyperLinkFields[i];currentHyperLinkPrefix=hyperLinkPrefix[i];currentHyperLinkSuffix=hyperLinkSuffix[i];}};return canLink;};function checkIfActiveLayerAvailable(){var msg;if(canSelectInvisible){return true;}else{if((mapScaleFactor>=LayerMinScale[ActiveLayerIndex])&&(mapScaleFactor<=LayerMaxScale[ActiveLayerIndex])){if(LayerVisible[ActiveLayerIndex]==1){return true;}else{msg=msgList[104]+LayerName[ActiveLayerIndex]+msgList[102]+LayerName[ActiveLayerIndex]+msgList[108];alert(msg);return false;}}else{msg=msgList[104]+LayerName[ActiveLayerIndex]+msgList[101];alert(msg);return false;}}};var replyArray=new Array();var fID=0;var fIndex=0;var idEast;var idWest;var idSouth;var idNorth;function identifyAll(e){if(USGS_OGC_Loaded){IdentifyAllWindow(e);};if(!Display_Only_OGC){fID=0;highlightedOne="";var theX=mouseX;var theY=mouseY;getMapXY(theX,theY);searchTolerance=(xDistance/iWidth)*pixelTolerance;var tempWest=mapX-searchTolerance;var tempNorth=mapY+searchTolerance;var tempEast=mapX+searchTolerance;var tempSouth=mapY-searchTolerance;idSouth=tempSouth;idNorth=tempNorth;idWest=tempWest;idEast=tempEast;replyArray.length=0;var j=-1;for(var i=(LayerID.length-1);i>=0;i--){replyArray[i]="";if((mapScaleFactor>=LayerMinScale[i])&&(mapScaleFactor<=LayerMaxScale[i])&&(LayerVisible[i])&&(LayerIsFeature[i])){j=i;}}if(j>-1){fID=j;var theString=writeGetFeaturesDrill(tempWest,tempSouth,tempEast,tempNorth,fID);showRetrieveData();sendToServer(imsQueryURL,theString,10);}else{alert(msgList[111]);}}}function doIdentifyAll(theReply){replyArray[fID]=theReply;fID++;if(fID<(LayerID.length)){if((mapScaleFactor>=LayerMinScale[fID])&&(mapScaleFactor<=LayerMaxScale[fID])&&(LayerVisible[fID])&&(LayerIsFeature[fID])){theString=writeGetFeaturesDrill(idWest,idSouth,idEast,idNorth,fID);sendToServer(imsQueryURL,theString,10);}else{doIdentifyAll("");}}if(fID==(LayerID.length)){displayAttributeDataforDrill(replyArray);fID=0;}}function writeGetFeaturesDrill(west1,south1,east1,north1,thefID){if(swapSelectFields){selectFields=selFieldList[thefID];}var useString=writeIdentifyXML(LayerID[thefID],LayerType[thefID],selectFields,west1,south1,east1,north1,maxFeaturesReturned,useLimitExtent);hightlightedOne="";return useString;}function displayAttributeDataforDrill(theReplyArray){var WindowContent='';showRetrieveData();var theFrame="parent.MapFrame";if((useExternalWindow)||(!useTextFrame)){theFrame="opener";if(parent.MapFrame!=null){theFrame="opener.parent.MapFrame";}}var lyrCount=0;for(b=0;b<theReplyArray.length;b++){if(theReplyArray[b]!=""){theReply=theReplyArray[b];setLayerFields(b);var theError=getXMLErrorMessage(theReply);var fList="";var lpos1=1;var lpos2=1;var epos=1;var spos=1;var morePoints=true;var moreFeatures=true;var featureCount=justGetFeatureCount(theReply);var pos=0;var startpos=0;var endpos=xmlEndPos;var stillMore=false;pos=theReply.indexOf('hasmore="true"',endpos);if(pos!=-1){stillMore=true;}pos=0;var tempCount=0;var selectedData="";var inData="";var xStr="";var yStr="";var fCount=featureCount;selectCount=0;var tempString="";if(featureCount>0){newSelectCount+=1;endpos=1;WindowContent+=('<br/ ><strong>'+LayerName[b]+'</strong><br />');WindowContent+=('<table border="1" size="95%" cellspacing="0" cellpadding="2" nowrap="nowrap" bgcolor="'+tableBackColor+'">');for(var i=0;i<fCount;i++){inData=parseRecordString(theReply,endpos);endpos=xmlEndPos;selectedData=inData;epos=theReply.indexOf("</FEATURE",endpos);if(showSelectedData){var showHyper=false;if(hyperLinkLayers!=null){for(var s1=0;s1<hyperLinkLayers.length;s1++){if(hyperLinkLayers[s1]==LayerName[b]){showHyper=true;}}}var fName1=getFieldNames(selectedData);var fValue1=getFieldValues(selectedData);var idFieldNum=-1;var shapeFieldNum=-1;if(hideIDFieldData){for(var f=0;f<fName1.length;f++){if(fName1[f]==LayerIDField[ActiveLayerIndex]){idFieldNum=f;}}}if(hideShapeFieldData){for(var g=0;g<fName1.length;g++){if(fName1[g]==LayerShapeField[ActiveLayerIndex]){shapeFieldNum=g;}}}if(selectCount==0){WindowContent+=('<tr><th><small>Rec</small></a></th>');for(var h=0;h<fName1.length;h++){if((h!=idFieldNum)&&(h!=shapeFieldNum)){var f2=-1;if(useFieldAlias){for(var f3=0;f3<AliasFieldName.length;f3++){if(AliasFieldName[f3]==fName1[h]){f2=f3;}}}if(f2!=-1){WindowContent+=('<th><small>'+AliasFieldAlias[f2]+'</small></a></th>');}else{WindowContent+=('<th><small>'+fName1[h]+'</small></a></th>');}}}WindowContent+=('</tr>');}WindowContent+=('<tr><td>');WindowContent+=('<small>'+(selectCount+queryStartRecord)+'</small>');WindowContent+=('</td>');for(var q=0;q<fName1.length;q++){if((q!=idFieldNum)&&(q!=shapeFieldNum)){WindowContent+=('<TD>');var isHyper=false;if(showHyper){for(var s1a=0;s1a<hyperLinkFields.length;s1a++){if(hyperLinkFields[s1a]==fName1[q]){WindowContent+=('<a href="'+fValue1[q]+'" target="_blank">');isHyper=true;}}}var s2=-1;for(var s1b=0;s1b<LayerFields.length;s1b++){if(fName1[q]==LayerFields[s1b]){s2=s1b;}}if(LayerFieldType[s2]=="91"){var theDate;if(isNaN(fValue1[q])){theDate=fValue1[q];}else{var theDateObj=new Date(parseFloat(fValue1[q]));var d=theDateObj.toUTCString();theDate=d.replace(/GMT|UTC/,"");}WindowContent+=('<small>'+theDate+'</small>');theDate=null;}else{WindowContent+=('<small>'+fValue1[q]+'</small>');}if(isHyper){WindowContent+=('</a>');}WindowContent+=('</td>');}}WindowContent+=('</tr>');fName1=null;fValue1=null;}selectCount+=1;}WindowContent+=('</table>');lyrCount++;}else{if(listAllLayersInIDAll){WindowContent+=('<strong>'+LayerName[b]+'</strong>');WindowContent+=('<br />'+msgList[64]+'<br /><br />');}}}}if(lyrCount==0){WindowContent+=('<strong>'+msgList[112]+'</strong>');}Create_Pop_Up_Window('Query/Selection Results','',WindowContent,'AttributeData','scrollbars=yes,resizable=yes');hideRetrieveData();}function hyperLinkAny(e){if(hyperLinkLayers.length>0){var j=-1;fIndex=0;for(var i=layerCount-1;i>-1;i--){if((mapScaleFactor>=LayerMinScale[i])&&(mapScaleFactor<=LayerMaxScale[i])&&(LayerVisible[i]==1)){fIindex=-1;for(var k=hyperLinkLayers.length-1;k>-1;k--){if(hyperLinkLayers[k]==LayerName[i]){fIndex=k;j=i;}}}}if(j>-1){fID=j;highlightedOne="";var theX=mouseX;var theY=mouseY;getMapXY(theX,theY);searchTolerance=(xDistance/iWidth)*pixelTolerance;var west1=mapX-searchTolerance;var north1=mapY+searchTolerance;var east1=mapX+searchTolerance;var south1=mapY-searchTolerance;idSouth=south1;idNorth=north1;idWest=west1;idEast=east1;var tempSwap=swapSelectFields;swapSelectFields=false;var tempSelect=selectFields;selectFields=LayerIDField[fID]+" "+LayerShapeField[fID]+" "+hyperLinkFields[fIndex];var theString=writeIdentifyXML(LayerID[fID],LayerType[fID],selectFields,west1,south1,east1,north1,maxFeaturesReturned,useLimitExtent);selectFields=tempSelect;swapSelectFields=tempSwap;showRetrieveData();sendToServer(imsQueryURL,theString,16);}else{alert(msgList[114]);}}else{alert(msgList[115]);}}function parseHyperLinkAny(theReply){var fList="";var lpos1=1;var lpos2=1;var pos=0;var startpos=0;var endpos=0;var fString=theReply.substring(startpos,endpos);var featureCount=justGetFeatureCount(theReply);var linkString="width="+hyperlinkWindowWidth+",height="+hyperlinkWindowHeight+",scrollbars=yes,resizable=yes";var selectedData="";var fCount=featureCount;selectCount=0;var tempString="";if(featureCount>0){var searchStr=hyperLinkFields[fIndex]+"=";newSelectCount+=1;endpos=1;pos=theReply.indexOf(searchStr,1);startpos=pos+searchStr.length+1;endpos=theReply.indexOf(dQuote,startpos);inData=theReply.substring(startpos,endpos);var theLinkURL=hyperLinkPrefix[fIndex]+inData+hyperLinkSuffix[fIndex];if(parent.TextFrame!=null){WindowContent='';WindowContent+=('<STRONG><SPAN class="heading">'+LayerName[ActiveLayerIndex]+'</SPAN></STRONG><small>');WindowContent+=('<br>'+msgList[67]+theLinkURL);WindowContent+=('</small>');Create_Pop_Up_Window(titleList[9],'',WindowContent,'HyperlinkWindow',linkString);}var Win1=open(theLinkURL,"",linkString);}else if(fID<layerCount){fID++;var j=-1;if((mapScaleFactor>=LayerMinScale[fID])&&(mapScaleFactor<=LayerMaxScale[fID])&&(LayerVisible[fID]==1)){fIindex=-1;for(var k=hyperLinkLayers.length-1;k>-1;k--){if(hyperLinkLayers[k]==LayerName[fID]){fIndex=k;j=fID;}}}if(j>-1){var tempSwap=swapSelectFields;swapSelectFields=false;var tempSelect=selectFields;selectFields=LayerIDField[fID]+" "+LayerShapeField[fID]+" "+hyperLinkFields[fIndex];var theString=writeIdentifyXML(LayerID[fID],LayerType[fID],selectFields,idWest,idSouth,idEast,idNorth,maxFeaturesReturned,useLimitExtent);selectFields=tempSelect;swapSelectFields=tempSwap;showRetrieveData();sendToServer(imsQueryURL,theString,16);}else{parseHyperLinkAny("");}}else{if(parent.TextFrame!=null){WindowContent='';WindowContent+=('<STRONG><SPAN class="heading">'+LayerName[ActiveLayerIndex]+'</SPAN></STRONG><small>');WindowContent+=('<br />'+msgList[116]);WindowContent+=('</small>');Create_Pop_Up_Window(titleList[9],'',WindowContent,'HyperlinkWindow',linkString);}else{var msg=msgList[69];if(debugOn>0){msg=msg+msgList[9]+theReply;};alert(msg);}};hideRetrieveData();}

