#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 250672:

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

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


    #Emitting Image132 control
    Image132Props = {}
    Image132Props['FileName'] = 'RA_wxsr_fm_20100525'
    Image132Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?id=+/w3FrDEG9CdHZh99Zxy/w==&cat=Advertising&rs=Image\\RA_wxsr_fm_20100525.tif'
    Image132Props['BaselineOffset'] = '0'
    Image132Props['Height'] = '220'
    Image132Props['Width'] = '612'
    Image132Props['XPos'] = '54'
    Image132Props['YPos'] = '130'
    Image132Props['AlignVertical'] = 'None'
    Image132Props['AlignHorizontal'] = 'None'
    Image132Props['VariableName'] = 'Image132'
    Image132 = CreateImage(Image132Props)

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

