#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 204595:

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

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


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

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

