#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510496:

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

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


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

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

