// Rollover Imagefunction changeImg(imgName,imgSrc){				document[imgName].src=imgSrc;}		// Dropdown Linkfunction goURL(shortcutForm){	var URL = document.shortcutForm.selectULR.options[document.shortcutForm.selectULR.selectedIndex].value;	window.location.href = URL;}// Dropdown Link for Archive (Newsletter)function goArchiveURL(shortcutForm){	var URL = document.shortcutForm.selectULR.options[document.shortcutForm.selectULR.selectedIndex].value;	parent.frames['content'].location.href = URL;}function init() {	DynLayerInit();	myscroll = new MiniScroll(scrollWindow,scrollContent);}// Focus the external linkwindowfunction onTop(url) {	var linkWindow= null;	linkWindow = window.open(url,'linkwindow','height=380,width=580,scrollbars=yes,location=yes,resizable=yes,menubar=yes,toolbar=yes,directories=yes'); 		if (linkWindow.blur) linkWindow.focus();} // Show the Staff List on the Staff Profile Page	function showList() { 	if (ng5) document.getElementById('stafflist').style.visibility = "visible"; 	else if (ns4) document.layers["stafflist"].visibility = "show"; 	else if (ie4) document.all["stafflist"].style.visibility = "visible"; }/* Method: Show the Staff Profile in the Parent Window	Usage: in the popup stafflist window page */	function showProfile(url){	window.opener.location.href = url;	if (window.opener.blur) window.opener.focus();	}// NewsletterWindowfunction onNewsletter(url) {	var newsletterWindow= null;	newsletterWindow = window.open(url,'newsletterWindow','width=550,height=445,scrollbars=yes,location=no,resizable=no,menubar=no,toolbar=no,directories=no'); 		if (newsletterWindow.blur) newsletterWindow.focus();} // Novartisfunction onNovartis(url) {	var novartisWindow= null;	novartisWindow = window.open(url,'novartisWindow','width=600,height=500,scrollbars=no,location=no,resizable=no,menubar=no,toolbar=no,directories=no'); 		if (novartisWindow.blur) novartisWindow.focus();}// ScondOpinion WIndowfunction onSnd(url,w,h) {	var sndWindow= null;	sndWindow = window.open(url,'sndWindow','height='+h+',width='+w+',scrollbars=no,location=no,resizable=no,menubar=no,toolbar=no,directories=no'); 		if (sndWindow.blur) sndWindow.focus();	sndWindow.resizeTo(w,h);} // Movie WIndowfunction onMovie(url,w,h) {	var movieWindow= null;	movieWindow = window.open(url,'movieWindow','height='+h+',width='+w+',scrollbars=yes,location=no,resizable=no,menubar=no,toolbar=no,directories=no'); 		if (movieWindow.blur) movieWindow.focus();	movieWindow.resizeTo(w,h);} function onNoScrollWin(url,w,h) {	var newsletterWindow= null;	movieWindow = window.open(url,'movieWindow','height='+h+',width='+w+',scrollbars=no,location=no,resizable=no,menubar=no,toolbar=no,directories=no'); 		if (movieWindow.blur) movieWindow.focus();	movieWindow.resizeTo(w,h);} // Focus the external linkwindowfunction onSmallWindow(url) {	var smallWindow= null;	smallWindow = window.open(url,'smallWindow','width=350,height=103,scrollbars=no,location=no,resizable=no,menubar=no,toolbar=no,directories=no'); 		if (smallWindow.blur) smallWindow.focus();} 	