#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 254091:

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

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


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

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

