Strings = new Array("GroupWise Server Migration Utility Prerequisites.",	// 0										
					"Source Server Information.",	// 1	
					"Destination Server Information.",	// 2
					"The Sanctuary architecture components and communication paths protocols.",	// 3
					"Sanctuary 3 tier architecture and eDirectory integration.",	// 4	
					"Sanctuary Device Control Device Explorer allows administrator to browse devices and assign permissions to specific user(s) and group(s).",	// 5	
					"The User Explorer assigns file groups to users and user groups.",	// 6	
					"The Database Explorer lets you view and maintain the list of executables and their corresponding hashes as kept in Sanctuary’s database.",	// 7	
					"Mountpoints for Linux partitions are located in /dev and follow a naming standard. The master drive on a SCSI drive is /dev/sda. Additional drives are identified with letters, for example, /dev/sdb. Partitions are identified with numbers. For example, the primary partitions on the master SCSI drive would be/dev/sda1.",	// 8	
					"Many of the tools for managing Novell Storage Services (NSS) on Open Enterprise Server for Linux are the same tools you are accustomed to working with on NetWare, such as the NSS Management Utility (shown here).",	// 9	
					"You can create a new NCP volume from any arbitrary point in the Linux file system using Novell Remote Manager or from the system command line using the ncpcon command.");	// 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();
}



