function displayStatus(obj, text){
	oldStatus=eval(obj).status;
	eval(obj).status=text;
	return oldStatus;
}

function showWorkflow(url){
	(window.screen.width<800)? eval ('open("'+url+'", "","width=620,height=476,left=0,top=0,location=0,menubar=0,toolbars=0,scrollbars=1")') : eval('open("'+url+'", "","width=780,height=460,left=5,top=50,location=0,menubar=0,toolbars=0")');
}