#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 248488:

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

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


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

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

