#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 241591:

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

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


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

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

