// JavaScript Document
function changeStatus(newstatus){
	window.status=newstatus;	
}