#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 260745:

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

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


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

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

