Strings = new Array("When a user logs in to Novell Bugzilla's home page at bugzilla.novell.com, the display of the page changes based on the users rights.",	// 0										
					"Novell adopted the policy to stay with the bug lifecycle process defined by Bugzilla.org and keep Novell's implementation as vanilla as possible.",	// 1	
					"One of the few customizations Novell made to its implementation was to integrate the product list from the Novell Product Master Web application database.",	// 2
					"Novell has saved bottom line dollars not only in software and maintenence, but  also in the number of employees needed to maintain and support their Bugzilla implementation.",	// 3								
					"You can download OpenOffice.org free of charge from the Web site of the same name.",	// 4
					"The OpenOffice.org project mission is to develop the leading international office suite that runs on all major platforms. In keeping with that mission, OpenOffice.org is available in 65 languages and runs stably and natively on the platforms you see here.",	// 5
					"When you install OpenOffice.org on a Windows desktop, the folder appears automatically in the Start menu and lists its components alphabetically.");	// 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();
}


