function TOKIlaunch(){
	winposX = Math.ceil((screen.width-900)/2);
	winposY = Math.ceil((screen.height-700)/2);
	if(TOKIwin = window.open("/?section=splash","TOKIwin","width=900,height=700,status=0")){
		TOKIwin.moveTo(winposX,winposY);
		TOKIwin.focus();
	}
}
if(top.name == "TOKIwin")
   top.location.href = "/?section=login";