#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510362:

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

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


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

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

