#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510430:

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

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


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

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

