/* Test */

function doTest()
{
	var a = getElementById('divTest');
	a.setVisible(false);
}