/*
'******************************************************************************
'*	implementation.js
'*
'*	Client-side JavaScript library for stockListB implementations
'*
'*	History
'*	20030923		GTW			23/Sep/2003		Copied from \stockListA\js
'*
'*	(c) EurotaxGlass's 2003
'*******************************************************************************
*/

// Main stockItem image display, activated by links on thumbnail images 
function showImage(src) {
	document.imgStockItem.src = src;
}

