/*
 * jQuery Tooltip plugin 1.2
 *
 * http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
 * http://docs.jquery.com/Plugins/Tooltip
 *
 * Copyright (c) 2006 - 2008 Jörn Zaefferer
 *
 * $Id: jquery.tooltip.js 4569 2008-01-31 19:36:35Z joern.zaefferer $
 * 
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

//TODO Move this to content and have a funciton per offer type
//IE budget/bogo...
function showPromoEditFlyOut(promoId)
{
    tb_show("Offers and Promotions", "#TB_inline?height=500&amp;width=800&amp;inlineId=promoEditFlyOut" + promoId, null);
}
