
function toggle(objname){
	$('#'+objname).toggle();
}
