#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 206687:

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

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


    #Emitting Image44 control
    Image44Props = {}
    Image44Props['FileName'] = 'RA_wqrk_fm_20091021'
    Image44Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?id=+/w3FrDEG9CdHZh99Zxy/w==&cat=Advertising&rs=Image\\RA_wqrk_fm_20091021.tif'
    Image44Props['BaselineOffset'] = '0'
    Image44Props['Height'] = '189'
    Image44Props['Width'] = '275'
    Image44Props['XPos'] = '223'
    Image44Props['YPos'] = '145'
    Image44Props['AlignVertical'] = 'None'
    Image44Props['AlignHorizontal'] = 'None'
    Image44Props['VariableName'] = 'Image44'
    Image44 = CreateImage(Image44Props)

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

