#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 418119:

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

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


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

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

    if (Return8442 != None):
        TextBox8448.addItem(Return8442)

    #Emitting Txt8443 control
    Txt8443Props = {}
    Txt8443Props['Text'] = '517 E. 117th St.'
    Txt8443Props['FontFamily'] = 'Interstate-RegularItalic'
    Txt8443Props['FontSize'] = '24'
    Txt8443Props['Shadow'] = 'False'
    Txt8443Props['ColorA'] = '255'
    Txt8443Props['ColorR'] = '255'
    Txt8443Props['ColorG'] = '255'
    Txt8443Props['ColorB'] = '255'
    Txt8443Props['BaselineOffset'] = '4.1688'
    Txt8443Props['Height'] = '19'
    Txt8443Props['Width'] = '297'
    Txt8443Props['XPos'] = '322'
    Txt8443Props['YPos'] = '0'
    Txt8443Props['AlignVertical'] = 'None'
    Txt8443Props['AlignHorizontal'] = 'None'
    Txt8443Props['VariableName'] = 'Txt8443'
    Txt8443 = CreateTextFlow(Txt8443Props)

    if (Txt8443 != None):
        TextBox8448.addItem(Txt8443)

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

    if (Return8444 != None):
        TextBox8448.addItem(Return8444)

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

    if (Return8445 != None):
        TextBox8448.addItem(Return8445)

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

    if (Return8446 != None):
        TextBox8448.addItem(Return8446)

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

    if (Txt8447 != None):
        TextBox8448.addItem(Txt8447)

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

