Strings = new Array("Just like the desktop client, the GroupWise WebAccess interface provides mobile users with a complete productivity environment.", // 0
					"Novell has created a number of individual migration tools to enable you to migrate services from NetWare to Linux on Open Enterprise Server at your own pace.", // 1
					"For organizations with both GroupWise and Exchange, the GroupWise 7 Gateway for Exchange enables synchronization of both directories and appointments between these two different collaboration systems.", // 2	
					"Organization Chart Relationship View", // 3				
					"Request Decisions", // 4	
					"Weekly Request Loads", // 5	
					"Assignment Statistics", // 6	
					"Mapping Table", // 7	
					"Sentinel and Novell Audit Integration", // 8
 					"Password Status"); // 9																		

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();
}  
