#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 250420:

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

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


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

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

