#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496333:

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

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


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

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

