#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 242347:

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

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


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

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

