#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 237074:

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

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


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

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

