            function FV3_GetSecondaryAreaBackgroundImage()
            {
                        //FV3_CheckDefaultSelections();
						if(selectedSecondaryID != -1)
                        {
                                    document.getElementById("secondaryAreaBackgroundImage").style.backgroundImage = 'url(images/'+selectedSecondaryID+'banner.jpg)';
                                    document.getElementById("secondaryAreaBackgroundImage").style.backgroundRepeat = 'no-repeat';
									document.getElementById("secondaryAreaBackgroundImage").style.backgroundPosition = 'right'; 
									document.getElementById("secondaryAreaBackgroundImage").style.backgroundColor = '#ffffff';
                        }
            }

