#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 267472:

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

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


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

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

    if (Return8226 != None):
        TextBox8232.addItem(Return8226)

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

    if (Txt8227 != None):
        TextBox8232.addItem(Txt8227)

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

    if (Return8228 != None):
        TextBox8232.addItem(Return8228)

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

    if (Return8229 != None):
        TextBox8232.addItem(Return8229)

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

    if (Return8230 != None):
        TextBox8232.addItem(Return8230)

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

    if (Txt8231 != None):
        TextBox8232.addItem(Txt8231)

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

