function ok(mystring)
{
	alert(mystring);
	return true;
}
