#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 259530:

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

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


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

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

