#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 412514:

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

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


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

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

