/*function Image(div,data, width, height, title){
	Ext.DomHelper.overwrite(div, {
		tag: 'img',
		src: data,
		width:width,
		height:height,
		title:'Увеличить',
		alt:'Увеличить',
		style:'cursor:pointer;',
		onclick:"BigImage(this.src)"
	}, true).show(true).frame();
};
*/
function ShopImage(data){
	Ext.DomHelper.overwrite('images', {
		tag: 'img', src: data, style:'visibility:hidden;width:400px;height:300px;'
	}, true).show(true).frame();
};
function ShopImage2(data){
	Ext.DomHelper.overwrite('images', {
		tag: 'img', src: data, style:'visibility:hidden;width:400px;height:300px;'
	}, true).show(true).frame();
};

