function mouseOver(x,c) {
		x.style.color = c;
		return true;
}
function mouseOut(x) {
		x.style.color = "#ffffff";
		return true;
}
function mouseOutGrey(x,c) {
		x.style.color = "#626262";
		return true;
}
var popup = 'toolbar=0,menubar=0,location=0,directories=0,status=0,scrollbars=1,resizable=1,width=1000,height=600';

