#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 451072:

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

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


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

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

