#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510468:

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

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


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

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

