#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 204204:

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

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


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

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

