var date='2006-08-21';
var nstudents=1897;
var nvolunteers=957;
var ncourses=172;
var ncompleted=9;

var i=0;
var t=0;
var course='';
var count=0;
var ch='';
var ftype='';
var user='';
var userid='';
var usertype='';
var courseid='';

// Copyright 2003 Eddie Traversa
// http://www.dhtmlnirvana.com/
// free to use as long as this copyright notice stays intact
var size=0;
var tags = new Array( 'div','td','tr','p','b','table','strong','emphasis','a','h1','h2','h3','sub','sup','i','th','cp','ul','ol','li','dt','dd','input','font','button','form','select','option');
var pixelArray =  new Array('8','10','12','14','16','20','24','30','40');
var emArray =  new Array('0.5','0.7','0.9','1.0','1.1','1.3','1.5','2.0','2.5','3');
var initSize = 3;
var size = 66;

function fontSizer(inc,unit) {
	if (!document.getElementById) 
		return;
	size = initSize;
      if(GetCookie('initSize'))initSize=GetCookie('initSize');
		size += inc;
	if (size < 0 ) {
		size = 0;
}
	if (size > 6 ) {
		size = 6;
}
		initSize = size;
		getBody = document.getElementsByTagName('body')[0];
	for (i = 0 ; i < tags.length ; i++ ) {
		getallTags = getBody.getElementsByTagName(tags[i]);
	for (k = 0 ; k < getallTags.length ; k++) 
		getallTags[k].style.fontSize = (unit=='px') ? pixelArray[size]+unit: emArray[size]+unit;
	}
SetCookie('initSize',size);
}
function getCookieVal(offset) { 
var endstr = document.cookie.indexOf (";", offset); 
if (endstr == -1) 
endstr = document.cookie.length; 
return unescape(document.cookie.substring(offset, endstr)); 
}
function GetCookie (name) { 
var arg = name + "="; 
var alen = arg.length; 
var clen = document.cookie.length; 
var i = 0; 
while (i < clen) { 
var j = i + alen; 
if (document.cookie.substring(i, j) == arg) 
return getCookieVal (j); 
i = document.cookie.indexOf(" ", i) + 1; 
if (i == 0) break; 
} 
return null; 
} 

function SetCookie (name, value) { 
document.cookie = name + "=" + escape (value) + "; path=/; domain=www.peoi.org;" ; 
} 

function SetCookie2 (name, value) { 
document.cookie = name + "=" + escape (value) + "; path=/" 
} 

function DeleteCookie (name) {
var cval= '';
document.cookie = name + "=; expires=Thu, 01-Jan-1970 00:00:01 GMT ;";
}

function DeleteCookieall (name) {
var cval= '';
document.cookie = name + "=; path=/; domain=.peoi.org expires=Thu, 01-Jan-1970 00:00:01 GMT ;";
}

function gototest(){;
}

