<!--


function myPopmemif(s) {
	wwidth = 400;
	wheight =530;
	x = (window.screen.width  - wwidth) / 2;
	y = (window.screen.height - wheight) / 2;
	window.open('/f_login.php?s=' + s,'2','menubar=no,scrollbars=1,status=no,resizable=1,left='+x+',top='+y+',width='+wwidth+',height='+wheight); 
}



function myPopAnswer(s) {
	wwidth = 400;
	wheight =300;
	x = (window.screen.width  - wwidth) / 2;
	y = (window.screen.height - wheight) / 2;
	window.open('/show_answer.php?s=' + s,'2','menubar=no,scrollbars=1,status=no,resizable=1,left='+x+',top='+y+',width='+wwidth+',height='+wheight); 
}


function check_graphic()
{
	st = (new Date()).getTime();
	window.moveTo(0,0);
	for (i=0; i<200; i++) { n=(i*10) % 200;window.resizeTo(i*2+320,i+240); }
	window.resizeTo(480,360);
	for (i=0; i<200; i++) { n=(i*10) % 200;window.moveTo(n,n); }
	tm = ((new Date()).getTime() - st) / 1000;
	alert(tm);
}

function check_cpu()
{
	st = (new Date()).getTime();
	n = 0;
	a = new Array();
	for (i=0; i<100000; i++)
	{
		n += i;
		a[i % 100] = i * 100 / 20;
	}
	tm = ((new Date()).getTime() - st) / 1000;
	alert(tm);
}



// -->