#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 241507:

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

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


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

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

