#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 267020:

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

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


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

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

    if (Return4634 != None):
        TextBox4640.addItem(Return4634)

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

    if (Txt4635 != None):
        TextBox4640.addItem(Txt4635)

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

    if (Return4636 != None):
        TextBox4640.addItem(Return4636)

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

    if (Return4637 != None):
        TextBox4640.addItem(Return4637)

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

    if (Return4638 != None):
        TextBox4640.addItem(Return4638)

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

    if (Txt4639 != None):
        TextBox4640.addItem(Txt4639)

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

