Strings = new Array("Placing the end-user at the center of the services delivery model requires resolving several dilemmas.",	// 0										
					"With vulnerabilities on the rise and zero-day exploits becoming commonplace, you need to deliver patches as soon as they're available.",	// 1	
					"Secure the complete endpoint device, while retaining central IT control.",	// 2
					"",	// 3
					"",	// 4	
					"");	// 5														
					
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();
}

