// Global JavaScript for www.johndale.co.uk
// Author: Matt Worrall, Samarind Limited

function showProductImage(imageUrl) {
	var imageviewerurl = '/products/product-image-viewer.aspx?pimage=' + imageUrl;
	var imageviewer = window.open(imageviewerurl, 'iwin', 'width=727,height=600,scrollbars=yes,resizable=yes,location=no');
	return false;
}