Strings = new Array("The Software Compliance Report displays licenses owned, installed software and usage statistics.",	// 0										
					"You can drill down even further with the Software Compliance Report to view actual license usage and installation of each suite component.",	// 1	
					"Before deciding which Web publishing application to include in the standard, you need to know what applications users have and which are used most often.",	// 2
					"The Policy Configuration dialog in Novell Storage Manager 2 provides administrators with an easily understandable interface for leveraging the full power of storage management policies driven by identity.",	// 3
					"A comprehensive trustee rights analysis feature is built into Storage Manager 2, allowing administrators to quickly view all users and their corresponding file system rights, no matter how those rights are derived.",	// 4	
					"Open Enterprise Server for Linux supports Novell Storage Services as well as several traditional Linux file systems, including those shown here.");	// 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();
}


