#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 204983:

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

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


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

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

