#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 341018:

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

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


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

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

