<!--


function openNugget(url){
	viewWindow = window.open(url, 'eLearning', 'toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no,width=1,height=1');
	if (viewWindow != null && !viewWindow.closed){
		viewWindow.resizeTo(550,420);
		viewWindow.moveTo((screen.width-550)/2,(screen.height-570)/5);
		viewWindow.focus();
	}
}





// -->