#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 473806:

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

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


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

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

