var Shop =
{
	Detail:
	{
		switchImage: function(src)
		{
			$('productImage').writeAttribute('src', src);
			return false;
		}
	}
};
