#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 266904:

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

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


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

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

    if (Return3706 != None):
        TextBox3712.addItem(Return3706)

    #Emitting Txt3707 control
    Txt3707Props = {}
    Txt3707Props['Text'] = '6501 C Baltimore National Pike'
    Txt3707Props['FontFamily'] = 'Interstate-RegularItalic'
    Txt3707Props['FontSize'] = '24'
    Txt3707Props['Shadow'] = 'False'
    Txt3707Props['ColorA'] = '255'
    Txt3707Props['ColorR'] = '255'
    Txt3707Props['ColorG'] = '255'
    Txt3707Props['ColorB'] = '255'
    Txt3707Props['BaselineOffset'] = '4.1688'
    Txt3707Props['Height'] = '19'
    Txt3707Props['Width'] = '297'
    Txt3707Props['XPos'] = '322'
    Txt3707Props['YPos'] = '0'
    Txt3707Props['AlignVertical'] = 'None'
    Txt3707Props['AlignHorizontal'] = 'None'
    Txt3707Props['VariableName'] = 'Txt3707'
    Txt3707 = CreateTextFlow(Txt3707Props)

    if (Txt3707 != None):
        TextBox3712.addItem(Txt3707)

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

    if (Return3708 != None):
        TextBox3712.addItem(Return3708)

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

    if (Return3709 != None):
        TextBox3712.addItem(Return3709)

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

    if (Return3710 != None):
        TextBox3712.addItem(Return3710)

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

    if (Txt3711 != None):
        TextBox3712.addItem(Txt3711)

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

