This RadWindow demo is a lightweight version of the RadWindow and MDI demo, featuring the ability to open ASP.NET PopUp windows,
        control their appearance and choose between available windows.
	
	
		The logic in the demo is achieved by using the following ASP.NET controls:
	
	
		- RadWindow - this advanced ASP.NET Dialog Window shows the content page
- RadTabStrip - used to mimic the MS Windows taskbar
        About RadWindow for ASP.NET AJAX
    
        Telerik ASP.NET PopUp Window control brings the familiar methods and properties
        of desktop windows, alert, confirm, and prompt dialogs, to the web. Built on top
        of ASP.NET AJAX, the PopUp Window provides a flexible API to easily control its
        behavior and makes the implementation of complex logic for a great range of scenarios
        easily achievable. A unique example of this ability is simulating MDI apps using
        RadWindow and RadTabStrip.
    
    
        RadWindow and 120+ other controls are part of 
            UI for ASP.NET AJAX, a comprehensive toolset taking care of the common functionality
        of your application, while leaving you with more time to work on its business logic.
    
    
        Key Features
    
        - Fully customizable visual appearance of ASP.NET PopUp Window. RadWindow uses skins
            for further customization
- Full Control over window's visibility and location
- Rich Client Event Model
- Circumvents the Windows XP SP2 Popup Blocker Mechanism
- Cross-Browser ASP.NET "Modal" Dialogs
- Predefined Alert, Confirm, and Prompt Dialogs
- Window Caching - if you close a window it is not destroyed so it can be reopened
            instantly 
- Multiple skins on the same page
- Restriction zone - RadWindow can be maximized and moved only inside it
- Dynamic creations of windows on the client using RadWindowManager's window.radopen()
            client method