#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496305:

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

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


    #Emitting Image304 control
    Image304Props = {}
    Image304Props['FileName'] = 'RA_mrn_wcsr_am_fm_20120216'
    Image304Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\RA_mrn_wcsr_am_fm_20120216.tif'
    Image304Props['BaselineOffset'] = '0'
    Image304Props['Height'] = '347'
    Image304Props['Width'] = '470'
    Image304Props['XPos'] = '125'
    Image304Props['YPos'] = '66'
    Image304Props['AlignVertical'] = 'None'
    Image304Props['AlignHorizontal'] = 'None'
    Image304Props['VariableName'] = 'Image304'
    Image304 = CreateImage(Image304Props)

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

