#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 204536:

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

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


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

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

