function isDefined(variable)
{
	return (variable != "undefined")
}

document_root = "/wObj/";