#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 340406:

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

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


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

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

