#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 236989:

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

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


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

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

