#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 204195:

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

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


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

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

