
function init(){
	tick();
	//thickbox
	TB_init();	
}

function doViewLoadDBById(id){
	window.location = "?id="+id;
}
