#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 266826:

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

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


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

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

    if (Return3082 != None):
        TextBox3088.addItem(Return3082)

    #Emitting Txt3083 control
    Txt3083Props = {}
    Txt3083Props['Text'] = '5801 Belleville Crossing St'
    Txt3083Props['FontFamily'] = 'Interstate-RegularItalic'
    Txt3083Props['FontSize'] = '24'
    Txt3083Props['Shadow'] = 'False'
    Txt3083Props['ColorA'] = '255'
    Txt3083Props['ColorR'] = '255'
    Txt3083Props['ColorG'] = '255'
    Txt3083Props['ColorB'] = '255'
    Txt3083Props['BaselineOffset'] = '4.1688'
    Txt3083Props['Height'] = '19'
    Txt3083Props['Width'] = '297'
    Txt3083Props['XPos'] = '322'
    Txt3083Props['YPos'] = '0'
    Txt3083Props['AlignVertical'] = 'None'
    Txt3083Props['AlignHorizontal'] = 'None'
    Txt3083Props['VariableName'] = 'Txt3083'
    Txt3083 = CreateTextFlow(Txt3083Props)

    if (Txt3083 != None):
        TextBox3088.addItem(Txt3083)

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

    if (Return3084 != None):
        TextBox3088.addItem(Return3084)

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

    if (Return3085 != None):
        TextBox3088.addItem(Return3085)

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

    if (Return3086 != None):
        TextBox3088.addItem(Return3086)

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

    if (Txt3087 != None):
        TextBox3088.addItem(Txt3087)

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

