	if (document.images) 
	{
 	    var topnav1h = new Image() 
	    topnav1h.src='http://www.belltechsystems.com/i/topnav1h.gif'
		var topnav1c = new Image() 
	    topnav1c.src='http://www.belltechsystems.com/i/topnav1c.gif'
		
	    var topnav2h = new Image() 
	    topnav2h.src='http://www.belltechsystems.com/i/topnav2h.gif'
		var topnav2c = new Image() 
	    topnav2c.src='http://www.belltechsystems.com/i/topnav2c.gif'
		
	    var topnav3h = new Image() 
	    topnav3h.src='http://www.belltechsystems.com/i/topnav3h.gif'
		var topnav3c = new Image() 
	    topnav3c.src='http://www.belltechsystems.com/i/topnav3c.gif'
		
	    var topnav4h = new Image() 
	    topnav4h.src='http://www.belltechsystems.com/i/topnav4h.gif'
		var topnav4c = new Image() 
	    topnav4c.src='http://www.belltechsystems.com/i/topnav4c.gif'
		
	    var topnav5h = new Image() 
	    topnav5h.src='http://www.belltechsystems.com/i/topnav5h.gif'
		var topnav5c = new Image() 
	    topnav5c.src='http://www.belltechsystems.com/i/topnav5c.gif'
		
	    var topnav6h = new Image() 
	    topnav6h.src='http://www.belltechsystems.com/i/topnav6h.gif'
		var topnav6c = new Image() 
	    topnav6c.src='http://www.belltechsystems.com/i/topnav6c.gif'

	    var topnav7h = new Image() 
	    topnav7h.src='http://www.belltechsystems.com/i/topnav7h.gif'
		var topnav7c = new Image() 
	    topnav7c.src='http://www.belltechsystems.com/i/topnav7c.gif'
	} 

	function changeTo(imgName) 
	{  
  		if(document.images) 
			{
				//document.images[imgName].src = "i/"+imgName+"h.gif";
 				document.images[imgName].src = eval(imgName+"h").src ;
 			}

  	}

	function changeBack(imgName) 
 	{ 
  		if(document.images) 
		{ 

    			//document.images[imgName].src = "i/"+imgName+"c.gif"; 
  				document.images[imgName].src = eval(imgName+"c").src ;
     	} 
    }

	function PopUp(myURL, myWidth, myHeight ){

	window.open(myURL, 'newWin', 'left=25,top=20,toolbar=no,location=no,scrollbar=no,width='+myWidth+',height='+myHeight)

	}