// Author:  Nicholas Livaditis
// Dependent on utils.js
function addCopyright() {
	document.write ('<small>&copy; Copyright ', getYear(), '  Accuity, Inc. All rights reserved.</small>')
}

function showLargeView(url, Name, Title, Width, Height) {
	PopUp = window.open("", Name, "dependent=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,width=" + Width + ",height=" + Height + ",top=15,left=15")
	PopUp.document.write ("<HTML><HEAD><TITLE>", Title,
		"</TITLE></HEAD><BODY MARGINHEIGHT=0 MARGINWIDTH=0 LEFTMARGIN=0 TOPMARGIN=0 RIGHTMARGIN=0 BOTTOMMARGIN=0 BGCOLOR=\"#FFFFFF\"><IMG SRC=\"",
		url, "\" BORDER=0 WIDTH=", Width, " HEIGHT=", Height, "></BODY></HTML>")
	PopUp.document.close()
	if ( window.setTimeout )
		window.setTimeout("PopUp.focus()", 250)
	return false
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
