
function changeImg(imgSrc,imgName) {
	document.images[imgName].src = imgSrc;
}

function openBigProduct(url, name, width, height, toolbar, status, scrollbar, resizable, menubar, location) {
	newWindow(url, name, width, height, toolbar, status, scrollbar, resizable, menubar, location);
}