Strings = new Array("During the past four years, interest in Linux has steadily increased while interest in other operating systems has steadily declined.",	// 0
					"With its acquisition of Ximian and SUSE Linux, Novell has some of the industry’s most talented open-source engineers.",	// 1
					"Today, Novell is a Linux company, offering products and services for all market segments. For the workgroup segment, Novell offers Novell Open Enterprise Server, which enables you to run all of the renowned Novell network services on both or either NetWare and Linux.");	// 2				
					
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();
}
