Strings = new Array("The easy-to-use management interface in Novell Open Workgroup Suite Small Business Edition has been tailored to meet the needs of small businesses.",	// 0										
					"Novell Open Workgroup Suite Small Business Edition includes an integrated and streamlined installation of the solution's components.",	// 1	
					"When you want to locate contributors for a project, simply enter your search criteria to generate a list of individuals with expertise in that area, as well as links to papers, presentation, wikis and blogs pertaining to that topic.",	// 2
					"From within Novell Teaming + Conferencing workspace you can initiate a Web or VoIP conference call by leveraging the solution's built-in PBX and conferencing features.",	// 3	
					"Several helpful options are available in the chart wizard, including the ability to make the first row or column in a spreadsheet the label for the chart.",	// 4	
					"With the new charting feature, you can change the data series displayed in your chart and the data ranges that make up each series.",	// 5
					"A new 3-D View Dialog allows you to refine a chart's clarity, angles, shading and background.");	// 6													
					
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();
}

