#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 206586:

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

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


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

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

