#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 266842:

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

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


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

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

    if (Return3210 != None):
        TextBox3216.addItem(Return3210)

    #Emitting Txt3211 control
    Txt3211Props = {}
    Txt3211Props['Text'] = '7801 South Us Highway 31'
    Txt3211Props['FontFamily'] = 'Interstate-RegularItalic'
    Txt3211Props['FontSize'] = '24'
    Txt3211Props['Shadow'] = 'False'
    Txt3211Props['ColorA'] = '255'
    Txt3211Props['ColorR'] = '255'
    Txt3211Props['ColorG'] = '255'
    Txt3211Props['ColorB'] = '255'
    Txt3211Props['BaselineOffset'] = '4.1688'
    Txt3211Props['Height'] = '19'
    Txt3211Props['Width'] = '297'
    Txt3211Props['XPos'] = '322'
    Txt3211Props['YPos'] = '0'
    Txt3211Props['AlignVertical'] = 'None'
    Txt3211Props['AlignHorizontal'] = 'None'
    Txt3211Props['VariableName'] = 'Txt3211'
    Txt3211 = CreateTextFlow(Txt3211Props)

    if (Txt3211 != None):
        TextBox3216.addItem(Txt3211)

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

    if (Return3212 != None):
        TextBox3216.addItem(Return3212)

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

    if (Return3213 != None):
        TextBox3216.addItem(Return3213)

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

    if (Return3214 != None):
        TextBox3216.addItem(Return3214)

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

    if (Txt3215 != None):
        TextBox3216.addItem(Txt3215)

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

