#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 412510:

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

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


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

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

