Strings = new Array("The 3D interface in SUSE Linux Enterprise Desktop 10 promises to increase user productivity and also simplify the ability to find and switch between open applications.", // 0
 					"When creating a dual-boot environment, the YaST installation wizard will automatically propose how to partition your hard drive to accommodate SUSE Linux Enterprise Desktop.", // 1
  					"SUSE Linux Enterprise Desktop 10 includes full Active Directory support as part of the standard desktop operating environment.", // 2
 					"Not only does SUSE Linux Enterprise Desktop now detect your iPod when you plug it in, but it also automatically mounts it and launches Banshee on your desktop to let you listen, manage and rip your favorite music.", // 3
 					"With OpenOffice.org 2.0, Novell is the first to support Visual Basic macros saved in Excel spreadsheets. These Visual Basic functions can be loaded and run in OpenOffice.org Calc as if they were native macros. Calc also offers better support for Excel pivot tables. Having a single Excel file that targets both Excel and Calc improves document exchange.", // 4
 					"OpenOffice.org 2.0 further ensures a consistent word processing experience across platforms with licensed AGFA fonts, which are metrically compatible with key Microsoft fonts, such as Arial, Times New Roman and more. Lastly, OpenOffice.org 2.0 features an improved OpenSymbol font to provide better glyph coverage for common bullets.", // 5
 					"Two open source document viewers are included with SUSE Linux Enterprise Desktop for accessing Adobe Acrobat PDF files—Evince for the GNOME desktop and KPDF for the KDE desktop.", // 6
					"F-Spot integrates advanced photo management into the Linux desktop for seamless photo importing, editing, publishing and cataloging.", // 7
 					"You can select your file system of choice from the drop-down menu under File System.", // 8
 					"One option for accommodating applications requiring Windows is a Terminal Server session running rdesktop to Windows from Linux.", // 9
 					"Using Wine to translate the APIs, you can run Windows applications such as Adobe PhotoShop on Linux.", // 10
					"Novell’s Linux Desktop Migration Strategy", // 11
 					"To select a GroupWise domain or post office to migrate, use the Auto-Detect feature or specify the component manually.", // 12
					"Type or browse to the locations of the source database, startup file, and destination path for the domain.", // 13
 					"Choose which component you wish to migrate and add additional agents to migrate.", // 14
 					"Select the type of agent to migrate and browse to its startup file location.", // 15
 					"Browse to the SSL certificate files to migrate them to the Linux server.", // 16
 					"Configure the Internet Agent to bind to a specific IP address or on all addresses.", // 17
 					"Select the agents for the migration utility to launch to complete the agent migration.", // 18					
 					"You can download the latest version of Eclipse (version 3.21) from download.eclipse.org. In addition, if you load the Callisto discovery site plug-in, it will load most everything you commonly need. Callisto is a suite of development plug-ins downloadable from ftp.osuosl.org/pub/eclipse/callisto/releases.", // 19					
 					"The WTP project includes the following tools: source editors for HTML, Javascript, CSS, JSP, SQL, XML, DTD, XSD, and WSDL; graphical editors for XSD and WSDL; J2EE project natures, builders, and models and a J2EE navigator; a Web service wizard and explorer, and WS-I Test Tools; and database access and query tools and models.", // 20
 					"Set up a Wiki to allow your group to share information and build a help reference. Usually there is no out of the box install that installs and sets up all of the plug-ins you might want to use in your organization. Creating a Wiki up front will save you time and headaches in the long run.", // 21
 					"The Wiki will be a great resource when your new developers come on line with these tools. It will save hours in time and frustration. Another benefit in having all of your development team set up the same way is it prevents glitches when you share and reuse code. It also helps in familiarity when reviewing code.", // 22
 					"ViewVC provides a read-only browser interface for CVS and Subversion repositories.", // 23
 					"The Log in ViewVC allows you to see a history of the revisions made. Each revision is tracked with a unique number.", // 24
 					"In ViewVC, Annotate shows the entire revision of the file and includes author and revision information for each change. Clicking on a revision number shows you a side-by-side color-coded diff between that revision and the previous one.", // 25
 					"This community newsletter was created, exported as a .pdf, and saved as a template using OpenOffice.org Writer and required no training to produce.", // 26
 					"You can easily create a table by just clicking the Table button on the Standard toolbar and dragging the drop-down graphic to be the size you want your table to be. It then just creates the table at the cursor location with the default name.", // 27					
 					"You can easily fill any cell, row, column or entire table with background color. To do so, choose Table Properties from the Table pull-down menu and click the Background tab from the Table Format dialog box.", // 28
 					"When you are working on a frame, the toolbar across the top of the page changes somewhat to offer new options for Frames. For example, using the link button on the context-sensitive Frame toolbar, you can link OO Writer text frames so their contents automatically flow from one frame to another.", // 29
 					"Creating a template was surprisingly simple. I opened my newsletter, clicked Save from the Template option in the File pull-down menu, typed in a name, and (ta-daaa) a new template was born.", // 30					
 					"To connect to Exchange using Evolution, open Evolution, choose Edit and select Preferences. Choose Add+ and follow the steps in the configuration wizard. Select Microsoft Exchange from the Server Type drop-down list, enter your Username and specify the OWA URL.", // 31									
 					"To connect to Windows XP Pro, on your XP system, right-click “My Computer” and select properties. Choose the Remote tab and check “Allow users to connect remotely to this computer” and click OK.", // 32
 					"After configuring XP to be remotely accessed, find tsclient under More Applications... on your Linux desktop. Type tsclient in the Filter and launch the application. Enter the DNS name or IP address of your Windows XP system. Choose RDP from the Protocol drop-down list. Enter a valid User Name, Password and click Connect. You can also use the other tabs available in tsclient to change the display characteristics of the terminal session.", // 33
 					"VMware and other virtualization technologies allow multiple operating systems to run on a single desktop or server. Haven’t quite weened yourself from Windows just yet? Run Windows (and other OSs) in VMware hosted on your SUSE Linux Enterprise Desktop.", // 34
 					"Acting as a 'central security check' for e-mail the Astaro Security Gateway offers transparent confidentiality (encryption) and integrity (signatures) for all e-mail communication.", // 35
 					"By using the S/MIME and OpenPGP standards, the Gateway can communicate with other e-mail encryption gateways as well as with desktop-based solutions that support these standards.", // 36
					"", // 37
					"SUSE Linux Enterprise is the foundation for commercial high-performance cluster computing, data center and enterprise workgroup workloads.", // 38
					"", // 39
					"Novell Data Center Automation comprises a number of management servers including Orchestrator, Image Creation and Image Repository servers.", // 40
					"You can create a SUSE Linux Enterprise 10 cluster for hosting XEN VMs. Using the YaST2 tool, VMs take on cluster-wide capabilities. VM images and creation files are placed where they are accessible to other servers in a clustered configuration."); // 41														

function wOpen(URL,w,h) {
 	var attr=(typeof w!= 'undefined')?'width='+w+',height='+h+',scrollbars,resizable':'';
 	var winOpen=window.open(URL,'wexternal',attr);
 	if (winOpen) winOpen.resizeTo(w,h);
 	if (winOpen.blur) winOpen.focus();
}  