#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 410207:

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

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


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

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

