function openWin(URL, name, sizeX, sizeY, scrolls) {	winX=sizeX;	winY=sizeY;	if (scrolls == "" || scrolls == null){		scroller = "no"	}else{		scroller = "yes"	}		winLeft=eval(screen.availWidth/2)-(winX/2);	winTop=eval(screen.availHeight/2)-(winY/2);  var siteWindow = window.open(URL,"popWin","width="+winX+",height="+winY+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+scroller+",resizable=yes,left="+winLeft+",top="+winTop)}// Function for drop-down navigation for Earnings Releasesfunction gotoYear (whichForm){	var f = eval("window.document.prMenuForm.year");	var strMake = f.options[f.selectedIndex].value;		if(strMake!="none"){		top.location.href = strMake+".html";	}}   