#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 222252:

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

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


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

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

