#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 241423:

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

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


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

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

