/*
'******************************************************************************
'*	implementation.js
'*
'*	Client-side JavaScript library for stockListA imlementations
'*
'*	History
'*	20030714		GAS				14/Jul/2003		
'*
'*	(c) EurotaxGlass's 2003
'*******************************************************************************
*/

// Main stockItem image display, activated by links on thumbnail images 
function showImage(src) {
	document.imgStockItem.src = src;
}
