	var monContainer1;
	
	function uniqueIDInDOM()
	{
		var resu=Math.ceil(Math.random()*9999)+'_'+(+new Date().getTime());
		while(document.getElementById(resu)!=null)							
		{ resu=Math.ceil(Math.random()*9999)+'_'+(+new Date().getTime()); }
		return resu;														
	}
	
	function f_init1(){};

	function f_init()
	{
		f_init1();
	}
