#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 237585:

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

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


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

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

