// this code: (c) Copyright 2005 - Tyrone Bishop - Creative Insight
// http://www.creativeinsight.co.uk
// mark@creativeinsight.co.uk

function showImageInPopUp(strImage) {
	var newWindow = window.open('images/'+strImage,'subWin','width=420, height=320');
}