#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 451320:

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

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


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

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

