Strings = new Array("To enable the tftp server, set the disable option to no. (The default is yes.)",	// 0										
					"This sample menu.lst file used by GRUB performs a network installation.",	// 1	
					"This sample DHCP configuration file boots the system with MAC address 00:50:56:0A:56:56.",	// 2
					"The Network cards configuration window in YaST displays all of the network cards the system detects. Configured cards are shown in the top list while cards that are not configured are shown in the bottom list.",	// 3	
					"To determine network connectivity in a Linux environment, use the ping command with the -c option, which enables you to dictate the number of times you want ping to run. For example, ping -c5 10.0.1.1 will ping this address five times and then stop.",	// 4	
					"Type netstat -r in the command line of a Linux terminal to view your routing table.");	// 5									
					
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();
}

