#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 266443:

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

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


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

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

    if (Return58 != None):
        TextBox64.addItem(Return58)

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

    if (Txt59 != None):
        TextBox64.addItem(Txt59)

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

    if (Return60 != None):
        TextBox64.addItem(Return60)

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

    if (Return61 != None):
        TextBox64.addItem(Return61)

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

    if (Return62 != None):
        TextBox64.addItem(Return62)

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

    if (Txt63 != None):
        TextBox64.addItem(Txt63)

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

