#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 204225:

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

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


    #Emitting Image16 control
    Image16Props = {}
    Image16Props['FileName'] = 'RA_wigx_fm_20110113'
    Image16Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\RA_wigx_fm_20110113.tif'
    Image16Props['BaselineOffset'] = '0'
    Image16Props['Height'] = '220'
    Image16Props['Width'] = '612'
    Image16Props['XPos'] = '54'
    Image16Props['YPos'] = '203'
    Image16Props['AlignVertical'] = 'None'
    Image16Props['AlignHorizontal'] = 'None'
    Image16Props['VariableName'] = 'Image16'
    Image16 = CreateImage(Image16Props)

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

