Strings = new Array("GroupWise Mobile Server 2 lets you monitor user accounts and data through a new Web-based administration console.", // 0
					"The BlackBerry Manager enables role-based administration, boosting security and preventing operational risks from unauthorized administrators.", // 1
					"Novell Server Consolidation Utility Project Window.", // 2
					"Improved Server Monitoring Tools.", // 3
					"Two cluster/two site configuration.", // 4
					"Multiple clusters at multiple geographic sites.", // 5
					"Sample configuration with Novell Business Continuity Clustering component locations identified. (BCC eng.: Business Continuity Clustering engine, NCS: Novell Cluster Services, IDM eng.: Identity Manager engine, IDM eDir Driver: Identity Manager eDirectory Driver, eDir: eDirectory).", // 6
 					"Manage clustering using the Web-based Novell iManager interface."); // 7																		

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();
}  