#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 350256:

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

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


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

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

