#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 239880:

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

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


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

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

