#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 237670:

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

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


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

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

