#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 246063:

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

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


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

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

