function startcme(ts)
{
	cme=window.open('cme/start.php?ts='+ts+'&window=popup','name','width=780,height=580,scrollbars=yes,location=no,menubar=no,toolbar=no,directories=no,status=yes,resizable=yes,hotkeys=no');
	cme.moveTo((Math.floor(screen.availWidth-780))/2,(Math.floor(screen.availHeight-580))/2);
	if (window.focus) {cme.focus()}
	return false;
}
function re(url)
{
	cme=window.open(url,'name','width=780,height=580,scrollbars=yes,location=no,menubar=no,toolbar=no,directories=no,status=yes,resizable=yes,hotkeys=no');
	cme.moveTo((Math.floor(screen.availWidth-780))/2,(Math.floor(screen.availHeight-580))/2);
	if (window.focus) {cme.focus()}
	return false;
}
function helpme(topic)
{
	help=window.open('help/?topic='+topic,'help','width=403,height=500,scrollbars=yes,location=no,menubar=no,toolbar=no,directories=no,status=yes,resizable=yes,hotkeys=no');
	help.moveTo((Math.floor(screen.availWidth-403))/2,(Math.floor(screen.availHeight-500))/2);
	if (window.focus) {help.focus()}
	return false;
}
var colors = Array(	"#9CCFF7",
					"#B0E3FF"
					);
function l(a){
  window.location.href = a;
}