#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 267136:

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

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


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

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

    if (Return5546 != None):
        TextBox5552.addItem(Return5546)

    #Emitting Txt5547 control
    Txt5547Props = {}
    Txt5547Props['Text'] = '19 Clifton Country Rd'
    Txt5547Props['FontFamily'] = 'Interstate-RegularItalic'
    Txt5547Props['FontSize'] = '24'
    Txt5547Props['Shadow'] = 'False'
    Txt5547Props['ColorA'] = '255'
    Txt5547Props['ColorR'] = '255'
    Txt5547Props['ColorG'] = '255'
    Txt5547Props['ColorB'] = '255'
    Txt5547Props['BaselineOffset'] = '4.1688'
    Txt5547Props['Height'] = '19'
    Txt5547Props['Width'] = '297'
    Txt5547Props['XPos'] = '322'
    Txt5547Props['YPos'] = '0'
    Txt5547Props['AlignVertical'] = 'None'
    Txt5547Props['AlignHorizontal'] = 'None'
    Txt5547Props['VariableName'] = 'Txt5547'
    Txt5547 = CreateTextFlow(Txt5547Props)

    if (Txt5547 != None):
        TextBox5552.addItem(Txt5547)

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

    if (Return5548 != None):
        TextBox5552.addItem(Return5548)

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

    if (Return5549 != None):
        TextBox5552.addItem(Return5549)

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

    if (Return5550 != None):
        TextBox5552.addItem(Return5550)

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

    if (Txt5551 != None):
        TextBox5552.addItem(Txt5551)

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

