#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 206390:

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

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


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

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

