gsi.timer = new Object();
var id;

gsi.timer.clear = function()
{
	if(id > 0){
		clearTimeout(id);
	}
}
