#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 246990:

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

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


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

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

