#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 261231:

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

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


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

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

