/**
 * OSCommerce Multi Image Magnifier
 * 
 * @author PCSG - Moritz
 * @package com.pcsg.osc.mim
 * 
 * @copyright  2008 PCSG
 */

var _magnifier = new _ptools.Magnifier();

function change_magnifier(small,full)
{
	_magnifier.setAttribute('image', small);
	_magnifier.setAttribute('bigimage', full);
	
	_magnifier.refresh();
	hs.close();
	return false;
};
 
 
 
