#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 204932:

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

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


    #Emitting Image30 control
    Image30Props = {}
    Image30Props['FileName'] = 'RA_wbqb_fm_20100422'
    Image30Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?id=+/w3FrDEG9CdHZh99Zxy/w==&cat=Advertising&rs=Image\\RA_wbqb_fm_20100422.tif'
    Image30Props['BaselineOffset'] = '0'
    Image30Props['Height'] = '220'
    Image30Props['Width'] = '612'
    Image30Props['XPos'] = '54'
    Image30Props['YPos'] = '130'
    Image30Props['AlignVertical'] = 'None'
    Image30Props['AlignHorizontal'] = 'None'
    Image30Props['VariableName'] = 'Image30'
    Image30 = CreateImage(Image30Props)

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

