#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510500:

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

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


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

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

