#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 412516:

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

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


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

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

