#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 340102:

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

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


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

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

