#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510360:

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

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


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

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

