#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 210050:

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

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


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

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

