    var locCount = 0
	var myDomain = document.domain 
	var myURL = document.URL 
	if (myURL.toLowerCase().indexOf('.htm') != -1)
	{
	   var pu1 = myURL.lastIndexOf('/')  
	   var pu2 = myURL.lastIndexOf('\\')  
	   if (pu1 != -1 && pu1 > pu2)
	   {
		  myURL = myURL.substring(0,pu1) 
	   }
	   else
	   {
		  myURL = myURL.substring(0,pu2) 	   
	   }
	}
	var locAddress = myURL+'/Library/'
	var locMainAddress = myURL
	if(myDomain.toLowerCase().indexOf('localhost_ecat') != -1 || myURL.toLowerCase().indexOf('localhost_ecat') != -1)
	{
    	locMainAddress = 'http://localhost/onlinecatalogue/electronic%20catalogue' 
	    locAddress = 'http://localhost/onlinecatalogue/electronic%20catalogue/Library/' 
	}
	else if(myDomain.toLowerCase().indexOf('websites_ecatalogue') != -1 || myURL.toLowerCase().indexOf('websites_ecatalogue') != -1 || myURL.indexOf('file://') != -1)
	{
        locMainAddress = 'http://196.30.166.51/qaCatalogue'
        locAddress = 'http://196.30.166.51/qaCatalogue/Library/' 
	}
	document.write('<sc'+'ript')
	document.write(' type="text/javascript"')
	document.write(' language="JavaScript"')
	document.write(' src="'+locAddress+'JavaScriptWindowEvent.js">')
	document.write('</sc'+'ript>')
   //------------ JavaScriptLibrary.js ---------------
   document.write('<sc'+'ript')
   document.write(' type="text/javascript"')
   document.write(' language="JavaScript"')
   document.write(' src="'+locAddress+'JavaScriptLibrary.js">')
   document.write('</sc'+'ript>')
   //------------ JavaScriptDataFnc.js ---------------
   document.write('<sc'+'ript')
   document.write(' type="text/javascript"')
   document.write(' language="JavaScript"')
   document.write(' src="'+locAddress+'JavaScriptDataFnc.js">')
   document.write('</sc'+'ript>')
   //------------ JavaScriptTree.js ---------------
   document.write('<sc'+'ript')
   document.write(' type="text/javascript"')
   document.write(' language="JavaScript"')
   document.write(' src="'+locAddress+'JavaScriptTree.js">')
   document.write('</sc'+'ript>')
   //------------ JavaScriptUtility.js ---------------
   document.write('<sc'+'ript')
   document.write(' type="text/javascript"')
   document.write(' language="JavaScript"')
   document.write(' src="'+locAddress+'JavaScriptUtility.js">')
   document.write('</sc'+'ript>')
   //------------ JavaScriptBasket.js ---------------
   document.write('<sc'+'ript')
   document.write(' type="text/javascript"')
   document.write(' language="JavaScript"')
   document.write(' src="'+locAddress+'JavaScriptBasket.js">')
   document.write('</sc'+'ript>')
   setTimeout("TimerLoad()",1000)
	
function TimerLoad()
{
  var locData = document.getElementById('MainVariable_(ID)')
  if (locData == null)
  {
     locData = document.getElementById('CatalogueID)')
  }
  if (locData != null)
  {
      WindowEventLoad(locMainAddress)
      LocalInit()
  }
  else
  {
     setTimeout("TimerLoad()",1000);
  }
}  
function LocalInit()
{
    var locURL = document.URL.toLowerCase()
    if (locURL.indexOf('companyprofile.html') != -1) { 
    	Utility_HighlightSet(3,'TD_buttontop_2','TD_buttontop','buttontop')
    }	     
	else if (locURL.indexOf('products.html') != -1 || locURL.indexOf('products_') != -1) {
		Utility_HighlightSet(3,'TD_buttontop_3','TD_buttontop','buttontop')
	}	        
	else if (locURL.indexOf('accreditation.html') != -1) { 
		Utility_HighlightSet(3,'TD_buttontop_4','TD_buttontop','buttontop')
	}	           
	else if (locURL.indexOf('contactus.html') != -1) { 
		Utility_HighlightSet(3,'TD_buttontop_5','TD_buttontop','buttontop')
	}	              
	else if (locURL.indexOf('group.html') != -1) { 
		Utility_HighlightSet(3,'TD_buttontop_6','TD_buttontop','buttontop')
	}	                 
	else if (locURL.indexOf('press_media.html') != -1) { 
		Utility_HighlightSet(3,'TD_buttontop_7','TD_buttontop','buttontop')
	}	        
	else if (locURL.indexOf('tutorials.html') != -1) { 
		Utility_HighlightSet(3,'TD_buttontop_8','TD_buttontop','buttontop')
	}	                 
	else if (locURL.indexOf('csi.html') != -1) { 
		Utility_HighlightSet(3,'TD_buttontop_9','TD_buttontop','buttontop')
	}	                 
	else if (locURL.indexOf('careers.html') != -1) { 
		Utility_HighlightSet(3,'TD_buttontop_10','TD_buttontop','buttontop')
	}	                 
	else { 
		Utility_HighlightSet(3,'TD_buttontop_1','TD_buttontop','buttontop')
	}	     
}
function LocalSearch()
{
    GlobalSearchMode = 3
    WebDisplay_DataSearch('Search_Item.xsl','Divider_ProductDetails',2,'txtsearch','',GlobalMemory_Search,Tree_RowPerPage('Tree_ecat'),1,'navsearch')
}
function LocalEnterKey(event)
{
   var locKey = Utility_EnterKey(event,'txtsearch',1)
   if (locKey == 13)
   {
      LocalSearch()
   }
}


