Strings = new Array("To directly access a GroupWise Post Office Agent, GroupWise Web Services eliminates the need for developers to understand the details of how SOAP, XML, and HTTP work, as shown in this Java sample code for logging into a user account.", // 0
 					"Admin Home Folder Displayed in the Konqueror File Browser Window.", // 1
  					"Software Utilities in the YaST Control Center.", // 2
 					"Novell uses an internal wiki to share documentation helps for the open source Testopia project. It allows the project team and users to collaborate as the API is developed. Everyone shares helpful examples that benefit the whole team. When we release the features back into the open source community, we simply copy the wiki to our external open source project site.", // 3
 					"In history logs, you can click each of the items to view more granular data."); // 4														

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();
}  