#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 267417:

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

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


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

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

    if (Return7786 != None):
        TextBox7792.addItem(Return7786)

    #Emitting Txt7787 control
    Txt7787Props = {}
    Txt7787Props['Text'] = '1421 Carl D Silver Parkway'
    Txt7787Props['FontFamily'] = 'Interstate-RegularItalic'
    Txt7787Props['FontSize'] = '24'
    Txt7787Props['Shadow'] = 'False'
    Txt7787Props['ColorA'] = '255'
    Txt7787Props['ColorR'] = '255'
    Txt7787Props['ColorG'] = '255'
    Txt7787Props['ColorB'] = '255'
    Txt7787Props['BaselineOffset'] = '4.1688'
    Txt7787Props['Height'] = '19'
    Txt7787Props['Width'] = '297'
    Txt7787Props['XPos'] = '322'
    Txt7787Props['YPos'] = '0'
    Txt7787Props['AlignVertical'] = 'None'
    Txt7787Props['AlignHorizontal'] = 'None'
    Txt7787Props['VariableName'] = 'Txt7787'
    Txt7787 = CreateTextFlow(Txt7787Props)

    if (Txt7787 != None):
        TextBox7792.addItem(Txt7787)

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

    if (Return7788 != None):
        TextBox7792.addItem(Return7788)

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

    if (Return7789 != None):
        TextBox7792.addItem(Return7789)

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

    if (Return7790 != None):
        TextBox7792.addItem(Return7790)

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

    if (Txt7791 != None):
        TextBox7792.addItem(Txt7791)

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

