#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 204361:

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

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


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

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

