#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 391636:

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

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


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

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

