drevokocur, your question is actually a MagicTabs Additional Images question, not really directly related to this topic. You'd probably get a faster response by starting a new topic.
Anyhow, if you are building your MagicTabs content within your Flypage, this might work for you (if not, try posting it as a new topic):
$template = '{magictabs}';
$template .= $VM_LANG->_('PHPSHOP_PRODUCT_DESC_TITLE');
$template .= '::';
$template .= $product_description;
$template .= '||||';
$template .= $VM_LANG->_('PHPSHOP_MORE_IMAGES');
$template .= '::';
$template .= $this->vmlistAdditionalImages( $product_id, $images );
$template .= '{/magictabs}';
echo JHTML::_('content.prepare', $template);