#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 211017:

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

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


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

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

