Strings = new Array("During the installation, the navigation tree on the left lets you drill down to and configure specific components.",	// 0
					"Select the pieces of the system on which you want to base your AutoYaST file.",	// 1
					"Once the profile has been generated, the settings of the current system are shown in the profile.",	// 2	
					"Select Configure to change the default video configuration.",	// 3	
					"You can add custom configuration files to an AutoYaST file.",	// 4	
					"When the system boots from the CD, the GRUB installation screen appears.",	// 5	
					"To perform an HTTP installation, press F3, select HTTP from the list and then enter the specifics of your installation server.",	// 6	
					"After you've configured the installation server, specify where the AutoYaST file is on the network and perform an AutoYaST installation by adding the “autoyast=” argument to the boot line.",		// 7	
					"If you download the Open Enterprise Server CDs from download.novell.com to create and label your own CDs, be prepared with at least six and as many as nine writeable CDs.",		// 8	
					"The YaST initial installation screen for Open Enterprise Server for Linux displays information regarding hardware, keyboard layout, mouse and partitioning. Click on any of the headings on this screen to adjust the information displayed as necessary.",		// 9	
					"When you install Open Enterprise Server for Linux, you have the option to select a predefined server type from a list of those available. Like NetWare pattern deployments, server types enable you to automate the installation of the collection of components necessary for a particular type of server. For example, if you accept the default server type, Novell Open Enterprise Server, the installation program installs the base SUSE Linux system and all of the standard Open Enterprise Server components.");	// 10				
					
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();
}

