if (isNS40comp) {

thumbspace = new Array(1); 
indexthumb = 0

for (g = 0; g < document.images.length; g++) {
/* alert(document.images[g].name+' '+g); */
 if (document.images[g].name == "thumbspace" ) { 
 		
	  thumbspace[indexthumb] = document.images[g]; 
	indexthumb++; 
	
	} 

}
}
shownavigation()
