#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496320:

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

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


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

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

