#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 266719:

    #Emitting Image2241 control
    Image2241Props = {}
    Image2241Props['FileName'] = 'Petsmart_dealer_002_20110509'
    Image2241Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\Petsmart_dealer_002_20110509.tif'
    Image2241Props['BaselineOffset'] = '0'
    Image2241Props['Height'] = '480'
    Image2241Props['Width'] = '720'
    Image2241Props['XPos'] = '0'
    Image2241Props['YPos'] = '0'
    Image2241Props['AlignVertical'] = 'None'
    Image2241Props['AlignHorizontal'] = 'None'
    Image2241Props['VariableName'] = 'Image2241'
    Image2241 = CreateImage(Image2241Props)

    if (Image2241 != None):
        p.addItem(Image2241)


    #Emitting TextBox2248 control
    TextBox2248Props = {}
    TextBox2248Props['LineSpacing'] = '0'
    TextBox2248Props['Justification'] = 'Center'
    TextBox2248Props['TextAlignVertical'] = 'Middle'
    TextBox2248Props['FontFamily'] = 'Interstate-Black'
    TextBox2248Props['FontSize'] = '42'
    TextBox2248Props['Controls'] = 'TWC.IBOSS.AdvertisingSD.PyCompiler.Producer.Controls.AbstractControlList'
    TextBox2248Props['Height'] = '222'
    TextBox2248Props['Width'] = '347'
    TextBox2248Props['XPos'] = '297'
    TextBox2248Props['YPos'] = '72'
    TextBox2248Props['AlignVertical'] = 'None'
    TextBox2248Props['AlignHorizontal'] = 'None'
    TextBox2248Props['VariableName'] = 'TextBox2248'
    TextBox2248 = CreateTextBox(TextBox2248Props)

    #Emitting Return2242 control
    Return2242Props = {}
    Return2242Props['Height'] = 'None'
    Return2242Props['Width'] = 'None'
    Return2242Props['XPos'] = 'None'
    Return2242Props['YPos'] = 'None'
    Return2242Props['AlignVertical'] = 'None'
    Return2242Props['AlignHorizontal'] = 'None'
    Return2242Props['VariableName'] = 'Return2242'
    Return2242Props['Height'] = '0'
    Return2242 = CreateReturnFlow(Return2242Props)

    if (Return2242 != None):
        TextBox2248.addItem(Return2242)

    #Emitting Txt2243 control
    Txt2243Props = {}
    Txt2243Props['Text'] = '6001 Wesley Grove Blvd'
    Txt2243Props['FontFamily'] = 'Interstate-RegularItalic'
    Txt2243Props['FontSize'] = '24'
    Txt2243Props['Shadow'] = 'False'
    Txt2243Props['ColorA'] = '255'
    Txt2243Props['ColorR'] = '255'
    Txt2243Props['ColorG'] = '255'
    Txt2243Props['ColorB'] = '255'
    Txt2243Props['BaselineOffset'] = '4.1688'
    Txt2243Props['Height'] = '19'
    Txt2243Props['Width'] = '297'
    Txt2243Props['XPos'] = '322'
    Txt2243Props['YPos'] = '0'
    Txt2243Props['AlignVertical'] = 'None'
    Txt2243Props['AlignHorizontal'] = 'None'
    Txt2243Props['VariableName'] = 'Txt2243'
    Txt2243 = CreateTextFlow(Txt2243Props)

    if (Txt2243 != None):
        TextBox2248.addItem(Txt2243)

    #Emitting Return2244 control
    Return2244Props = {}
    Return2244Props['Height'] = 'None'
    Return2244Props['Width'] = 'None'
    Return2244Props['XPos'] = 'None'
    Return2244Props['YPos'] = 'None'
    Return2244Props['AlignVertical'] = 'None'
    Return2244Props['AlignHorizontal'] = 'None'
    Return2244Props['VariableName'] = 'Return2244'
    Return2244Props['Height'] = '0'
    Return2244 = CreateReturnFlow(Return2244Props)

    if (Return2244 != None):
        TextBox2248.addItem(Return2244)

    #Emitting Return2245 control
    Return2245Props = {}
    Return2245Props['Height'] = 'None'
    Return2245Props['Width'] = 'None'
    Return2245Props['XPos'] = 'None'
    Return2245Props['YPos'] = 'None'
    Return2245Props['AlignVertical'] = 'None'
    Return2245Props['AlignHorizontal'] = 'None'
    Return2245Props['VariableName'] = 'Return2245'
    Return2245Props['Height'] = GetNewLineHeight('Interstate-Black', '42')
    Return2245 = CreateReturnFlow(Return2245Props)

    if (Return2245 != None):
        TextBox2248.addItem(Return2245)

    #Emitting Return2246 control
    Return2246Props = {}
    Return2246Props['Height'] = 'None'
    Return2246Props['Width'] = 'None'
    Return2246Props['XPos'] = 'None'
    Return2246Props['YPos'] = 'None'
    Return2246Props['AlignVertical'] = 'None'
    Return2246Props['AlignHorizontal'] = 'None'
    Return2246Props['VariableName'] = 'Return2246'
    Return2246Props['Height'] = GetNewLineHeight('Interstate-Black', '42')
    Return2246 = CreateReturnFlow(Return2246Props)

    if (Return2246 != None):
        TextBox2248.addItem(Return2246)

    #Emitting Txt2247 control
    Txt2247Props = {}
    Txt2247Props['Text'] = 'Wesley Chapel'
    Txt2247Props['FontFamily'] = 'Interstate-UltraBlack'
    Txt2247Props['FontSize'] = '32'
    Txt2247Props['Shadow'] = 'False'
    Txt2247Props['ColorA'] = '255'
    Txt2247Props['ColorR'] = '255'
    Txt2247Props['ColorG'] = '255'
    Txt2247Props['ColorB'] = '255'
    Txt2247Props['BaselineOffset'] = '5.8464'
    Txt2247Props['Height'] = '26'
    Txt2247Props['Width'] = '223'
    Txt2247Props['XPos'] = '359'
    Txt2247Props['YPos'] = '87'
    Txt2247Props['AlignVertical'] = 'None'
    Txt2247Props['AlignHorizontal'] = 'None'
    Txt2247Props['VariableName'] = 'Txt2247'
    Txt2247 = CreateTextFlow(Txt2247Props)

    if (Txt2247 != None):
        TextBox2248.addItem(Txt2247)

    if (TextBox2248 != None):
        p.addItem(TextBox2248)

