#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 266449:

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

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


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

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

    if (Return106 != None):
        TextBox112.addItem(Return106)

    #Emitting Txt107 control
    Txt107Props = {}
    Txt107Props['Text'] = '11400 Financial Center Parkway'
    Txt107Props['FontFamily'] = 'Interstate-RegularItalic'
    Txt107Props['FontSize'] = '24'
    Txt107Props['Shadow'] = 'False'
    Txt107Props['ColorA'] = '255'
    Txt107Props['ColorR'] = '255'
    Txt107Props['ColorG'] = '255'
    Txt107Props['ColorB'] = '255'
    Txt107Props['BaselineOffset'] = '4.1688'
    Txt107Props['Height'] = '19'
    Txt107Props['Width'] = '297'
    Txt107Props['XPos'] = '322'
    Txt107Props['YPos'] = '0'
    Txt107Props['AlignVertical'] = 'None'
    Txt107Props['AlignHorizontal'] = 'None'
    Txt107Props['VariableName'] = 'Txt107'
    Txt107 = CreateTextFlow(Txt107Props)

    if (Txt107 != None):
        TextBox112.addItem(Txt107)

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

    if (Return108 != None):
        TextBox112.addItem(Return108)

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

    if (Return109 != None):
        TextBox112.addItem(Return109)

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

    if (Return110 != None):
        TextBox112.addItem(Return110)

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

    if (Txt111 != None):
        TextBox112.addItem(Txt111)

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

