#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510422:

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

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


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

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

