Strings = new Array("iManager now includes an Novell Storage Services management plug-in that lets you perform full attribute and trustee management of your Novell Storage Services volumes on Linux.",	// 0										
					"The graphical user interface for Novell Open Enterprise Server 2 migration utilities can run on Linux.",	// 1	
					"When migrating to a server in a different eDirectory tree you can use Novell Identity Manager to create a connection between your old tree and the new one, allowing you to easily synchronize your user objects to the new tree.",	// 2
					"When you press Delete in Calc, the cell contents do not disappear, instead the Delete dialog box appears so you can specify which part of the cell contents you wish to delete.",	// 3
					"To set up Calc to only print the selected sheet, go to Tools | Options | OpenOffice.org Calc | Print and check both available boxes.",	// 4	
					"When an error message in Calc looks a little cryptic, select the cell and look in the Status bar for a clue.");	// 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();
}


