#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 267388:

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

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


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

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

    if (Return7554 != None):
        TextBox7560.addItem(Return7554)

    #Emitting Txt7555 control
    Txt7555Props = {}
    Txt7555Props['Text'] = '1921 Gulf Fwy S'
    Txt7555Props['FontFamily'] = 'Interstate-RegularItalic'
    Txt7555Props['FontSize'] = '24'
    Txt7555Props['Shadow'] = 'False'
    Txt7555Props['ColorA'] = '255'
    Txt7555Props['ColorR'] = '255'
    Txt7555Props['ColorG'] = '255'
    Txt7555Props['ColorB'] = '255'
    Txt7555Props['BaselineOffset'] = '4.1688'
    Txt7555Props['Height'] = '19'
    Txt7555Props['Width'] = '297'
    Txt7555Props['XPos'] = '322'
    Txt7555Props['YPos'] = '0'
    Txt7555Props['AlignVertical'] = 'None'
    Txt7555Props['AlignHorizontal'] = 'None'
    Txt7555Props['VariableName'] = 'Txt7555'
    Txt7555 = CreateTextFlow(Txt7555Props)

    if (Txt7555 != None):
        TextBox7560.addItem(Txt7555)

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

    if (Return7556 != None):
        TextBox7560.addItem(Return7556)

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

    if (Return7557 != None):
        TextBox7560.addItem(Return7557)

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

    if (Return7558 != None):
        TextBox7560.addItem(Return7558)

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

    if (Txt7559 != None):
        TextBox7560.addItem(Txt7559)

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

