#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 242431:

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

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


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

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

