#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496228:

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

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


    #Emitting Image256 control
    Image256Props = {}
    Image256Props['FileName'] = 'RA_mrn_wdns_fm_20120214'
    Image256Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\RA_mrn_wdns_fm_20120214.tif'
    Image256Props['BaselineOffset'] = '0'
    Image256Props['Height'] = '347'
    Image256Props['Width'] = '470'
    Image256Props['XPos'] = '125'
    Image256Props['YPos'] = '66'
    Image256Props['AlignVertical'] = 'None'
    Image256Props['AlignHorizontal'] = 'None'
    Image256Props['VariableName'] = 'Image256'
    Image256 = CreateImage(Image256Props)

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

