/*
'******************************************************************************
'* implementation.js
'*
'* Client-side JavaScript library for HTNM Implementation
'*
'* History
'*	v0.01		RGD/GTW				24/Sep/2002		Development
'*	20021008						08/Oct/2002		Phase 1 Release
'*
'* (c) Glass's Information Services 2002
'*******************************************************************************
*/

// Globals
// Main stockItem image display, activated by links on thumbnail images 
function showImage(src) {
	document.imgStockItem.src = src;
}