#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 204312:

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

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


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

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

